/*
 * 共通CSS
*/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
}
h1{
	font-size: 170%;
}
#TopicPath{
	font-size: 140%;
	margin: 5px 0;
}
input[name="sa"]{
	background-color: lightgray;
	border: 1px solid black;
	border-radius: 5px;
	font-size: 110%;
}
#new_wrapper{
	background-color: white;
	padding: 0 10px;
}
#google_text{
	border: 1px solid black;
}

#event_tag_select_mst_space {
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 10px;    
}

/* スマホ・PC切り替え設定 */
@media screen and (min-width:800px)  {
    body {
        width: 100%;
    }
    /*600px以上で適用する内容*/
    #selectarea {
        width: 100%;
        margin: 0;
    }

    #section_text_area_top {
        width: 100%;        
    }

    #section_text_area_bottom {
        width: 100%;        
    }
    /*タブ切り替え全体のスタイル*/
    .tabs {
        margin-top: 50px;
        padding-bottom: 40px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        width: 100%;
        margin: 0 auto;
    }    
    .tab_item {
        width: calc(100%/6);
        height: 50px;
        border-bottom: 3px solid #5ab4bd;
        background-color: #d9d9d9;
        line-height: 50px;
        font-size: 13px;
        text-align: center;
        color: #565656;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
    }    
      
}

@media screen and (min-width:1080px) {
    body {
        width: 100%;
    }

    /*1080px以上で適用する内容*/
    #selectarea {
        width: 100%;
        margin: 0;
    }
    
    #section_text_area_top {
        width: 100%;        
    }
    
    #section_text_area_bottom {
        width: 100%;        
    }
    
    /*タブ切り替え全体のスタイル*/
    .tabs {
        margin-top: 50px;
        padding-bottom: 40px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        width: 100%;
        margin: 0 auto;
    }    
    .tab_item {
        width: calc(100%/6);
        height: 50px;
        border-bottom: 3px solid #5ab4bd;
        background-color: #d9d9d9;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
        color: #565656;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
    }    
    
}

/* 土曜日と日曜日の色を変更する */
th.fc-day-sun {
    background-color: lightpink;
    color: black;
}

th.fc-day-sat {
    background-color: lightblue;
    color: black;
}


/* th部の共通設定 */
th {
    background-color: whitesmoke;
}


/* ダミーイベントの透明設定用 */
.event_trans {
    background-color: transparent;
    border: 1px solid transparent;
/*    height: 30px;*/
	/*ダミーイベント無効化*/
	display: none;
}

/* イベントバーの標準設定 */
.event_bar_common {
    border: 1px solid transparent;
/*height: 50px;*/
	height: 70px;
/*    height: 30px;*/
}
/* イベントバーの標準設定(JLC) */
.event_bg_color_8d008c,
.event_bg_color_ef440c,
.event_bg_color_014d8a{
height: 30px;
}

/*タブのスタイル*/
.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
    background-color: #fff;
}


/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #5ab4bd;
    color: #fff;
}

/* プレビュー画面：　カレンダーの高さを設定する時の目安になるマスクエリアの設定に使用　*/
#mask_outer_area {
    position: absolute;
    top: 335px;
    left: 45px;
    height: 700px;
	pointer-events: none;
}

#mask_height {
    height: 700px;
    width: 185px;
	pointer-events: none;
}

#mask_line_area {
    background-color: #EEEEEE;
    border-top: 3px solid #000000;
    position: relative;
}

#mask_textbox_area {
    margin-top: 4px;
    padding: 0px 0px 4px 10px;
    position: relative; z-index: 999;
}

#cal_height {
    z-index: 999;
    position: relative;
    width: 40px;
}

#chk_height {
    z-index: 999;
    position: relative;
}

#preview_logo {
	background-image:url("../../../../images/common/title.jpg");
	background-repeat:no-repeat;
	height:80px;
	overflow:hidden;
        font-weight: bold;
}

#preview_h1 {
	background-color:#006ad0;
	color:#fff;
	font-weight:bold;
	margin:20px 0 1em 0;
	padding:5px;
}

#preview_body {
    margin-left: 0;
    width: 100%;
}

div.fc-event-main span {
    font-weight: normal !important;
    font-size: 12px !important;
}
.fc-timeline-event .fc-event-main{
	line-height: 1.2em;
}
.fc-scrollgrid-sync-table{
margin:0;
}
/* イベントバーの設定(マイル準優勝・優勝戦) */
.event_bg_color_ec0904 .fc-event-main span,
.event_bg_color_eb0473 .fc-event-main span{
	font-size: 10px !important;
	line-height: 1em;
}
.fc-timeline-event{
	padding: 0px !important;
}
/*イベントバーに枠線設定*/
.fc-direction-ltr .fc-timeline-event.fc-event-end {
    margin-right: 0px !important;
    border: 1px solid lightgray;
}
/*カレンダーの高さを設定するツールボックス…高さは自動調整のため無効化*/
#mask_outer_area{
	display: none;
}
/*カレンダー　ナイター部分の閉じるボタンの無効化*/
.fc .fc-datagrid-expander .fc-icon{
	display: none;
}
/*カレンダー　発売種別部分の調整*/
.fc-direction-ltr .fc-datagrid-expander {
    margin-right: 0;
}
.viewfc_button input{
	background-color: lightgray;
	width: 8em;
	height: 2em;
	border-radius: 5px;
	border: 1px solid gray;
}
.viewfc_button input:hover{
	opacity: 0.7;
}
/*マイル*/
.event_bg_color_mile_per { 
    background-color: #c8ebef; 
    text-align: center; 
    height: 25px;
}
