@charset "UTF-8";

/*初期化==================================================================================*/
html{
	height: 100%;
	overflow-y:scroll;/*--スクロールバーを常に表示させる--*/
}
*{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}
p,h1,h2,h3,h4,h5,div{/*大画面スマホ*/
	background-image: url();
}
ul, li{
	list-style-type: none;
}
table{
	border-collapse: collapse;
}
table th,
table td {
	vertical-align: top;
	text-align: left;
}
table th {
	font-weight: normal;
	white-space: nowrap;
}

/*==================================================================================*/

.body_top{
	text-align: center;
	background-color: #000022;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family:"Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","arial",sans-serif;
	letter-spacing: 0.04em;
	-webkit-text-size-adjust: 100%;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	/*height: 100%;*/
}

#top_left{
	width: 640px;
	background: #000000;
	margin-bottom: 10px;
}

#sub_left{
	width: 640px;
	background: #ffffff;
	margin-bottom: 10px;
}

#contents_right{
	width: 350px;
}

.bn_bar{
	margin-top: 30px;
	padding: 4px 0px 15px 36px;
	text-align: left;
	color: #6666ff;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	background-image: url("../img/bn_bar.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

.cx_smartphoneview .bn_bar{
	margin-top: 40px;
	padding: 4px 0px 20px 36px;
	font-size: 20px;
	line-height: 30px;
	background-position: 0 8px;
}

.bn_link{
	position: relative;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	padding-left: 56px;
	margin-bottom: 5px;
}
.cx_smartphoneview .bn_link{
	font-size: 24px;
	line-height: 30px;
	padding-left: 62px;
	margin-bottom: 10px;
}
.bn_link:before{
	content: "\25AA";
	position: absolute;
	color: #6666ff;
	left: 36px;
	top: 0;
}

div.title{
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	color: #ffffff;
	padding-left: 15px;
	text-shadow: 1px 1px 0px #6666ff;
	margin-bottom: 2px;
}
.cx_smartphoneview div.title{
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 8px;
}

div.title span{
	margin-left: .8em;
	text-shadow: none;
	color: #6666ff;
}

/*リンク*/
a:link{
	color: #9999cc;
	text-decoration: none;
}

a:visited{
	color: #9999cc;
	text-decoration: none;
}

a:active{
	color: #9999cc;
	text-decoration: none;
}

a:hover{
	color:#ffffff;
	text-decoration: none;
}
.cx_smartphoneview a:hover{
	color: #9999cc;
}

#footer{
	margin: 10px 0px;
	text-align: left;
	color: #666699;
	font-size: 10px;
	line-height: 14px;
 }


#footer a:link{
	color: #9999cc;
	text-decoration: none;
}

#footer a:visited{
	color: #9999cc;
	text-decoration: none;
}

#footer a:active{
	color: #9999cc;
	text-decoration: none;
}

#footer a:hover{
	color:#cccccc;
	text-decoration:underline;
}

.my_box{
	margin: 0px 10px;
	padding: 10px;
	/*width: 603px;*/
	color: #ccccff;
	background-color: #21225f;
	border: solid 1px;
	border-color: #4d5099;
	text-align: left;
	font-size: 12px;
	line-height:20px
	overflow: hidden;
}
.my_box a:link{
	color: #ffcc33;
	text-decoration: none;
	font-weight: bold;
}

.my_box a:visited{
	color: #ffcc33;
	text-decoration: none;
	font-weight: bold;
}

.my_box a:active{
	color: #ffcc33;
	text-decoration: none;
	font-weight: bold;
}

.my_box a:hover{
	color:#ffff66;
	text-decoration:underline;
	font-weight: bold;
}

#sub_head{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	width: 640px;
	height: 90px;
	background-image: url("../img/sub_head.jpg");
	background-repeat: no-repeat;
}
.cx_smartphoneview #sub_head{
	font-size: 24px;
	line-height: 28px;
}

.sub_title{
	width: 610px;
	padding: 0px 15px;
	text-align: left;
	color: #3333cc;
	font-size: 18px;
	line-height:28px;
	font-weight: bold;
}
.cx_smartphoneview .sub_title{
	font-size: 24px;
	line-height:32px;
}

.sub_date{
	float: right;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}
.cx_smartphoneview .sub_date{
	float: none;
	font-size: 20px;
	line-height: 32px;
}

.title_line{
	width: 620px;
	height: 2px;
	margin: 0px 10px;
	background: #ccccff;
	font-size: 1px;
	line-height:1px;
}

.sub_contents{
	width: 610px;
	padding: 15px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	line-height:20px;
}

.cx_smartphoneview .sub_contents{
	font-size: 22px;
	line-height:36px;
}

.contents_subtitle{
	font-size: 13px;
	font-weight:bold;
}
.cx_smartphoneview .contents_subtitle{
	font-size: 24px;
}

.yohaku{
	padding-top: 20px;
}
.cx_smartphoneview .yohaku{
	padding-top: 30px;
}


/*次回予告*/
div.next_photo{
	float: right;
	margin: 0 0 10px 10px;
	width: 250px;
	height: 140px;
	background-repeat: no-repeat;
	background-size: cover;
}
p.next_title{
	font-size: larger;
	font-weight: bold;
	color: #ffcc33;
}
p.next_sub_title{
	font-weight: bold;
	color: #ffcc33;
}



/*汎用==================================================================================*/

/*フロート*/
.f_r{
	float: right;
	margin: 0 0 10px 10px;
}
.f_l{
	float: left;
	margin: 0 10px 10px 0;
}

/*フロートクリア*/
.clear_float{
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}
.clear_left{
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: left;
}
.clear_right{
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: right;
}

/*テキストをリストで並べる*/
ul.float_txt,
ul.float_txt2,
ul.float_txt3{
	zoom: 1;
}
ul.float_txt:after,
ul.float_txt2:after,
ul.float_txt3:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:left;
}
ul.float_txt li,
ul.float_txt2 li,
ul.float_txt3 li{
	float: left;
	vertical-align: bottom;
}

ul.float_txt2 li:after{
	content: "／";
	padding: 0 0.2em;
	color: rgba(0,0,0,.5);
}
ul.float_txt3 li:after{
	content: "・";
	padding: 0 0.1em;
	color: rgba(0,0,0,.5);
}

ul.float_txt2 li:last-child:after,
ul.float_txt3 li:last-child:after{
	content: "" !important;
	padding: 0 !important;
}

/*※マーク*/
.kome{
	padding-left: 1.2em;
	position: relative;
	/*line-height: 1.5em;*/
}
.kome:before{
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

/*■マーク*/
.shikaku{
	padding-left: 1.2em;
	position: relative;
	/*line-height: 1.5em;*/
}
.shikaku:before{
	content: "\25AA";
	position: absolute;
	left: 0;
	top: 0;
}

/*●マーク*/
.maru{
	padding-left: 1.2em;
	position: relative;
	/*line-height: 1.5em;*/
}
.maru:before{
	content: "\25CF";
	position: absolute;
	left: 0;
	top: 0;
}

/*任意の文字*/
.opt{
	padding-left: 1.2em;
	position: relative;
}
.opt span.mozi{
	position: absolute;
	left: 0;
	top: 0;
}

/*インデント*/
.indent{
	padding-left: 1.2em;
}


/*文字サイズ*/
.size20{font-size: 20px  !important;line-height: 24px !important;font-weight: normal !important;}
.size20b{font-size: 20px !important;line-height: 24px !important;font-weight: bold !important;}
.size18{font-size: 18px !important;line-height: 24px !important;font-weight: normal !important;}
.size18b{font-size: 18px !important;line-height: 24px !important;font-weight: bold !important;}
.size16{font-size: 16px !important;line-height: 24px !important;font-weight: normal !important;}
.size16b{font-size: 16px !important;line-height: 24px !important;font-weight: bold !important;}
.size14{font-size: 14px !important;line-height: 24px !important;font-weight: normal !important;}
.size14b{font-size: 14px !important;line-height: 24px !important;font-weight: bold !important;}
.size13{font-size: 13px !important;line-height: 24px !important;font-weight: normal !important;}
.size13b{font-size: 13px !important;line-height: 24px !important;font-weight: bold !important;}
.size12{font-size: 12px !important;line-height: 24px !important;font-weight: normal !important;}
.size12b{font-size: 12px !important;line-height: 24px !important;font-weight: bold !important;}
.size11{font-size: 11px !important;line-height: 18px !important;font-weight: normal !important;}
.size11b{font-size: 11px !important;line-height: 18px !important;font-weight: bold !important;}
.size10{font-size: 10px !important;line-height: 18px !important;font-weight: normal !important;}
.size10b{font-size: 10px !important;line-height: 18px !important;font-weight: bold !important;}
.size8{font-size: 8px !important;line-height: 18px !important;font-weight: normal !important;}
.size8b{font-size: 8px !important;line-height: 18px !important;font-weight: bold !important;}
.size0{font-size: 0;line-height: 0;}

.cx_smartphoneview .size20{font-size: 36px  !important;line-height: 40px !important;font-weight: normal !important;}
.cx_smartphoneview .size20b{font-size: 36px !important;line-height: 40px !important;font-weight: bold !important;}
.cx_smartphoneview .size18{font-size: 32px !important;line-height: 40px !important;font-weight: normal !important;}
.cx_smartphoneview .size18b{font-size: 32px !important;line-height: 40px !important;font-weight: bold !important;}
.cx_smartphoneview .size16{font-size: 30px !important;line-height: 40px !important;font-weight: normal !important;}
.cx_smartphoneview .size16b{font-size: 30px !important;line-height: 40px !important;font-weight: bold !important;}
.cx_smartphoneview .size14{font-size: 26px !important;line-height: 40px !important;font-weight: normal !important;}
.cx_smartphoneview .size14b{font-size: 26px !important;line-height: 40px !important;font-weight: bold !important;}
.cx_smartphoneview .size13{font-size: 24px !important;line-height: 40px !important;font-weight: normal !important;}
.cx_smartphoneview .size13b{font-size: 24px !important;line-height: 40px !important;font-weight: bold !important;}
.cx_smartphoneview .size12{font-size: 22px !important;line-height: 40px !important;font-weight: normal !important;}
.cx_smartphoneview .size12b{font-size: 22px !important;line-height: 40px !important;font-weight: bold !important;}
.cx_smartphoneview .size11{font-size: 20px !important;line-height: 30px !important;font-weight: normal !important;}
.cx_smartphoneview .size11b{font-size: 20px !important;line-height: 30px !important;font-weight: bold !important;}
.cx_smartphoneview .size10{font-size: 18px !important;line-height: 30px !important;font-weight: normal !important;}
.cx_smartphoneview .size10b{font-size: 18px !important;line-height: 30px !important;font-weight: bold !important;}
.cx_smartphoneview .size8{font-size: 14px !important;line-height: 30px !important;font-weight: normal !important;}
.cx_smartphoneview .size8b{font-size: 14px !important;line-height: 30px !important;font-weight: bold !important;}


/*文字配置*/
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}

/*文字スタイル*/
.bold{
	font-weight: bold;
}
.smaller{
	font-size: smaller;
}
.larger{
	font-size: larger;
}
strong{
	font-weight: bold;
	color: #ffcc33;
}


/*スペーサ*/
div.space2{ height: 2px; font-size: 0; line-height: 0;}
div.space5{ height: 5px; font-size: 0; line-height: 0;}
div.space8{ height: 8px; font-size: 0; line-height: 0;}
div.space10{ height: 10px; font-size: 0; line-height: 0;}
div.space15{ height: 15px; font-size: 0; line-height: 0;}
div.space20{ height: 20px; font-size: 0; line-height: 0;}
div.space30{ height: 30px; font-size: 0; line-height: 0;}

.cx_smartphoneview div.space2{ height: 3px; font-size: 0; line-height: 0;}
.cx_smartphoneview div.space5{ height: 7px; font-size: 0; line-height: 0;}
.cx_smartphoneview div.space8{ height: 12px; font-size: 0; line-height: 0;}
.cx_smartphoneview div.space10{ height: 15px; font-size: 0; line-height: 0;}
.cx_smartphoneview div.space15{ height: 22px; font-size: 0; line-height: 0;}
.cx_smartphoneview div.space20{ height: 30px; font-size: 0; line-height: 0;}
.cx_smartphoneview div.space30{ height: 45px; font-size: 0; line-height: 0;}

.p_l0{ padding-left: 0 !important;}
.p_l5{ padding-left: 5px;}
.p_l10{ padding-left: 10px;}
.p_l15{ padding-left: 15px;}
.p_l20{ padding-left: 20px;}
.p_l30{ padding-left: 30px;}

.p_r0{ padding-right: 0 !important;}
.p_r5{ padding-right: 5px;}
.p_r10{ padding-right: 10px;}
.p_r15{ padding-right: 15px;}
.p_r20{ padding-right: 20px;}
.p_r30{ padding-right: 30px;}

.p_t0{ padding-top: 0 !important;}
.p_t5{ padding-top: 5px;}
.p_t10{ padding-top: 10px;}
.p_t15{ padding-top: 15px;}
.p_t20{ padding-top: 20px;}
.p_t30{ padding-top: 30px;}

.p_b0{ padding-bottom: 0 !important;}
.p_b5{ padding-bottom: 5px;}
.p_b10{ padding-bottom: 10px;}
.p_b15{ padding-bottom: 15px;}
.p_b20{ padding-bottom: 20px;}
.p_b30{ padding-bottom: 30px;}

.m_l0{ margin-left: 0 !important;}
.m_l5{ margin-left: 5px;}
.m_l10{ margin-left: 10px;}
.m_l15{ margin-left: 15px;}
.m_l20{ margin-left: 20px;}
.m_l30{ margin-left: 30px;}

.m_r0{ margin-right: 0 !important;}
.m_r5{ margin-right: 5px;}
.m_r10{ margin-right: 10px;}
.m_r15{ margin-right: 15px;}
.m_r20{ margin-right: 20px;}
.m_r30{ margin-right: 30px;}

.m_t0{ margin-top: 0 !important;}
.m_t5{ margin-top: 5px;}
.m_t10{ margin-top: 10px;}
.m_t15{ margin-top: 15px;}
.m_t20{ margin-top: 20px;}
.m_t30{ margin-top: 30px;}

.m_b0{ margin-bottom: 0 !important;}
.m_b5{ margin-bottom: 5px;}
.m_b10{ margin-bottom: 10px;}
.m_b15{ margin-bottom: 15px;}
.m_b20{ margin-bottom: 20px;}
.m_b30{ margin-bottom: 30px;}

.pdg0{padding: 0px !important;}
.pdg5{padding: 5px;}
.pdg10{padding: 10px;}
.pdg20{padding: 20px;}
.pdg30{padding: 30px;}

.mgn0{margin: 0px !important;}
.mgn5{margin: 5px;}
.mgn10{margin: 10px;}
.mgn20{margin: 20px;}
.mgn30{margin: 30px;}

.cx_smartphoneview .p_l0{ padding-left: 0 !important;}
.cx_smartphoneview .p_l5{ padding-left: 7px;}
.cx_smartphoneview .p_l10{ padding-left: 15px;}
.cx_smartphoneview .p_l15{ padding-left: 22px;}
.cx_smartphoneview .p_l20{ padding-left: 30px;}
.cx_smartphoneview .p_l30{ padding-left: 45px;}

.cx_smartphoneview .p_r0{ padding-right: 0 !important;}
.cx_smartphoneview .p_r5{ padding-right: 7px;}
.cx_smartphoneview .p_r10{ padding-right: 15px;}
.cx_smartphoneview .p_r15{ padding-right: 22px;}
.cx_smartphoneview .p_r20{ padding-right: 30px;}
.cx_smartphoneview .p_r30{ padding-right: 45px;}

.cx_smartphoneview .p_t0{ padding-top: 0 !important;}
.cx_smartphoneview .p_t5{ padding-top: 7px;}
.cx_smartphoneview .p_t10{ padding-top: 15px;}
.cx_smartphoneview .p_t15{ padding-top: 22px;}
.cx_smartphoneview .p_t20{ padding-top: 30px;}
.cx_smartphoneview .p_t30{ padding-top: 45px;}

.cx_smartphoneview .p_b0{ padding-bottom: 0 !important;}
.cx_smartphoneview .p_b5{ padding-bottom: 7px;}
.cx_smartphoneview .p_b10{ padding-bottom: 15px;}
.cx_smartphoneview .p_b15{ padding-bottom: 22px;}
.cx_smartphoneview .p_b20{ padding-bottom: 30px;}
.cx_smartphoneview .p_b30{ padding-bottom: 45px;}

.cx_smartphoneview .m_l0{ margin-left: 0 !important;}
.cx_smartphoneview .m_l5{ margin-left: 7px;}
.cx_smartphoneview .m_l10{ margin-left: 15px;}
.cx_smartphoneview .m_l15{ margin-left: 22px;}
.cx_smartphoneview .m_l20{ margin-left: 30px;}
.cx_smartphoneview .m_l30{ margin-left: 45px;}

.cx_smartphoneview .m_r0{ margin-right: 0 !important;}
.cx_smartphoneview .m_r5{ margin-right: 7px;}
.cx_smartphoneview .m_r10{ margin-right: 15px;}
.cx_smartphoneview .m_r15{ margin-right: 22px;}
.cx_smartphoneview .m_r20{ margin-right: 30px;}
.cx_smartphoneview .m_r30{ margin-right: 45px;}

.cx_smartphoneview .m_t0{ margin-top: 0 !important;}
.cx_smartphoneview .m_t5{ margin-top: 7px;}
.cx_smartphoneview .m_t10{ margin-top: 15px;}
.cx_smartphoneview .m_t15{ margin-top: 22px;}
.cx_smartphoneview .m_t20{ margin-top: 30px;}
.cx_smartphoneview .m_t30{ margin-top: 45px;}

.cx_smartphoneview .m_b0{ margin-bottom: 0 !important;}
.cx_smartphoneview .m_b5{ margin-bottom: 7px;}
.cx_smartphoneview .m_b10{ margin-bottom: 15px;}
.cx_smartphoneview .m_b15{ margin-bottom: 22px;}
.cx_smartphoneview .m_b20{ margin-bottom: 30px;}
.cx_smartphoneview .m_b30{ margin-bottom: 45px;}

.cx_smartphoneview .pdg0{padding: 0px !important;}
.cx_smartphoneview .pdg5{padding: 7px;}
.cx_smartphoneview .pdg10{padding: 15px;}
.cx_smartphoneview .pdg20{padding: 30px;}
.cx_smartphoneview .pdg30{padding: 45px;}

.cx_smartphoneview .mgn0{margin: 0px !important;}
.cx_smartphoneview .mgn5{margin: 7px;}
.cx_smartphoneview .mgn10{margin: 15px;}
.cx_smartphoneview .mgn20{margin: 30px;}
.cx_smartphoneview .mgn30{margin: 45px;}

/*PC スマホのみ表示*/
.only_pc{
	display: block;
}
.only_sm{
	display: none;
}
.cx_smartphoneview .only_pc{
	display: none;
}
.cx_smartphoneview .only_sm{
	display: block;
}
.only_ipad{
	display: none;
}

/*スマホのみ改行*/
.cx_smartphoneview span.sm{
}
.cx_smartphoneview span.sm:after{
	content: "\000A";
	white-space: pre;
}

/*コメント*/
.cmnt{
	display: none;
}

/*インラインブロック*/
.ib{
	display: inline-block;
}
/*改行*/
.no_wrap{
	white-space: nowrap;
}
.word_break_all{
	word-break:break-all;
}
.word_normal{
	word-break:normal;
}
