@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

#content_wrapper{
    
    max-width:62em;
    width: 100%;
    margin: auto;
}

.cl{clear: both;}

.cl_space{
    border-bottom: 1em;
}

.product_title_static{font-size: 1.3em;
color: rgba(62,0,1,1.00);
font-weight: 800;}

.img_shadow{
    	box-shadow:3px 3px 3px -2px #343832;
	-moz-box-shadow:3px 3px 3px -2px #343832;
	-webkit-box-shadow:3px 3px 3px -2px #343832;
	border-radius:0px 0px 0px 0px ;
	-moz-border-radius:0px 0px 0px 0px ;
	-webkit-border-radius:0px 0px 0px 0px ;
	border:1px solid #cccccc;}


.width100{width: 100%;}




.main_title_img{
max-width:64em;
     width: 100%;
    height: auto;
    margin-top: 2em;
    margin-bottom: 0em;
}


.image_width_full{
max-width:64em;
     width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;

}




.image_width_half{
max-width:32em;
     width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;

}


.image_margin{
    margin:1em;
}






/* 画像真ん中配置caption含む */

.image_width_half_ver01{
max-width:32em;
     width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: -1em;
    margin-left: auto;
    margin-right: auto;

}


.image_width_full_ver01{
    max-width:64em;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: -1em;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(47,47,47,1.00);
}


.image_center{display: block;
    margin-left: auto;
    margin-right: auto;}


.image_pdf_center{display: block;
    margin-left: auto;
    margin-right: auto;
    width:4em;}

.image_pdf_left{display:inline-block;
    margin-left: 5em;
    margin-right: auto;
    width:4em;}

.image_pdf_2nd{display:inline-block;
    margin-left: 2em;
    margin-right: auto;
    width:4em;}


.img_caption_center
{text-align: center;}


/* ここまで */

/* youtube埋め込みifarame用 */

.youtube_include_ver01
{
max-width: 40em;
    width: 100%;
    height: 22em;
    display: block;
margin-left: auto;
margin-right: auto;}


/* ここまで */

p {
    font-family: 'Noto Sans JP', sans-serif!important;
    line-height: 180%;
    margin-left: 1em;
    margin-right: 1em;

}


/* 基本的なテーブル */

.standard_table_ver01{
	text-align:left;
    max-width: 64em;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	border-top:1px solid #ABABAB;/* コンテンツのカラーリングによって変更 */
	}


.standard_table_ver01 tr{
	border-bottom:1px solid #ABABAB;/* コンテンツのカラーリングによって変更 */
        vertical-align: middle;}
	
.standard_table_ver01 td{
	padding:1em;
    vertical-align: middle;
}



.tr_midashi{/* 見出しのtrやtdに使うデザイン要素 */
	font-weight:800;
	padding-top:15px;
	background-color:rgba(252,230,231,1.00);/* コンテンツのカラーリングによって変更 */
	}


.play_btn/* 再生系のボタンなどに */
{max-width: 10em;
    width: 100%;
    height: auto;
}




/* ここまで */

/* プルダウンサイドメニュー */


.pulldown_lead
{color: black;
text-align: center;
margin:1em 0em 0em 0em;
    font-size: 1em;
}

.side_menu_block
{background-color:rgba(236,234,255,1.00);/* コンテンツのカラーリングによって変更 */
width: 100%;
    padding: 0.1em;
    margin-bottom: 1em;
}

.cp_ipselect {
	overflow: hidden;
    max-width: 40em;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
    background:rgba(66,20,253,1.00); /* コンテンツのカラーリングによって変更 */
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl05 {
	position: relative;
	border-radius: 2px;
  border-radius: 50px;padding:0.3em;
	background: rgba(66,20,253,1.00);/* コンテンツのカラーリングによって変更 */
}
.cp_ipselect.cp_sl05::before {
	position: absolute;
	top: 1em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	pointer-events: none;
}
.cp_ipselect.cp_sl05 select {
	padding: 8px 38px 8px 8px;
	color: #ffffff;
}



.side_menu_block_v2
{background-color:rgba(236,234,255,1.00);/* コンテンツのカラーリングによって変更 */
width: 100%;
    padding: 0.1em;
    margin-bottom: 1em;
}

.cp_ipselect_v2 {
	overflow: hidden;
    max-width: 40em;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect_v2 select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
    background:rgba(10,117,119,1.00); /*コンテンツのカラーリングによって変更 */
}
.cp_ipselect_v2 select::-ms-expand {
    display: none;
}
.cp_ipselect_v2.cp_sl05_v2 {
	position: relative;
	border-radius: 2px;
  border-radius: 50px;padding:0.3em;
	background: rgba(66,20,253,1.00);/* コンテンツのカラーリングによって変更 */
}
.cp_ipselect_v2.cp_sl05_v2::before {
	position: absolute;
	top: 1em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	pointer-events: none;
}
.cp_ipselect_v2.cp_sl05_v2 select {
	padding: 8px 38px 8px 8px;
	color: #ffffff;
}


/* 2カラム */
.col_2 *, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE */
background-color: ; /* 背景の色 */
color: ; /* 文字の色 */
text-align: left; /* 内容は左配置を基本とする */
      margin-bottom: 1em;
}
.col_2 > div{
	width: 50%;
	padding: 10px;
    border: 0px solid ;  /* ボーダー色設定など */
    background-color:; /* 背景色 */
}
@media screen and (max-width: 640px) {
	.col_2 > div{
		width: 100%;
	}
}





/* 3カラム */
.col_3 *, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE */
text-align: left; /* 内容は左配置を基本とする */
    margin-bottom: 1em;
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;


}
@media screen and (max-width: 1090px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 640px) {
	.col_3 > div{
		width: 100%;
	}
}



/* 1カラム */
.col_1 *, *:before, *:after {
	box-sizing: border-box;
}
.col_1{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE */
background-color: #FFF; /* 背景の色 */
color: #000; /* 文字の色 */
text-align: left; /* 内容は左配置を基本とする */
      margin-bottom: 1em;
}
.col_1 > div{
	width: 100%;
	padding: 10px;
    border: 1px solid rgba(232,232,232,1.00);  /* ボーダー色設定など */
    background-color:rgba(255,253,244,1.00); /* 背景色 */

}
@media screen and (max-width: 1090px) {
	.col_1 > div{
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.col_1 > div{
		width: 100%;
	}
}





/* 4カラム */

*, *:before, *:after {
    box-sizing: border-box;
}

.col_4 {
    width: 90%;
    display: flex;
    display: -ms-flexbox;
    /* IE */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE */
    background-color: #FFF;
    /* 背景の色 */
    color: #000;
    /* 文字の色 */
    text-align: left;
    /* 内容は左配置を基本とする */
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

.col_4>div {
    width: 25%;
    padding: 0.5em;
}

@media screen and (max-width: 1090px) {
    .col_4>div {
        width: 33.3333%;
    }
}

@media screen and (max-width: 865px) {
    .col_4>div {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .col_4 {
        width: 100%;
    }
    .col_4>div {
        width: 50%;
    }
}


.btn_menu {
	border: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	font-size:1.1em;
	padding: 10px 10px;
	background: #9D3430;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	display: inline-block;
	margin: 1px auto;
	width: 90%;
}











/* 画像回り込み */
p.img_text {
	margin-bottom: 1em;
	line-height: 1.2em;
    text-align: left;
    margin-top: 20px;
}
figure {
	float: left;
	margin: 10px 10px 10px 0;
	width: 40%;
}
figure img {
	max-width: 100%;
}

@media screen and (max-width: 640px) {
p.img_text {
	margin-bottom: 1em;
	line-height: 1.2em;
    text-align: left;
    margin-top: 30px;
}
figure {
	float: left;
	margin: 10px 10px 10px 0;
	width: 20%;
}
figure img {
	max-width: 100%;
}    
    
}





 /* 　囲み記事パターンの基本設計  */


/* 角丸　radiusなくすとシンプル囲みに　*/
.design_box00 {  
        vertical-align: middle;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    width: 90%;
    display: block;
    margin:2em auto 2em auto;
}
.design_box00 p {
    margin: 0; 
    padding: 0;
}



/* 角丸　radiusなくすとシンプル囲みに　*/
.design_box_simple {  
    vertical-align: middle;
    padding: 0.5em 1em;
    font-weight: bold;
    color:;/*文字色*/
    background: ;
    border: solid 1px black;/*線*/
    border-radius: 10px;/*角の丸み*/
    width: 90%;
    display: block;
    margin:2em auto 2em auto;
}
.design_box00 p {
    margin: 0; 
    padding: 0;
}






 /* 破線 */
.design_box01 {
    padding: 0.5em 1em;
        width: 90%;
    display: block;
    margin:2em auto 2em auto;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
}
.design_box01 p {
    margin: 0; 
    padding: 0;
}


 /* 吹き出し系　要カスタマイズ */
.design_box02 {
    position: relative;
    padding: 0.5em 0.7em;
        width: 90%;
    display: block;
    margin:2em auto 2em auto;
    background: #e6f4ff;
    color: #5c98d4;
    font-weight: bold;
}
.design_box02:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e6f4ff;
    width: 0;
    height: 0;
}
.design_box02 p {
    margin: 0; 
    padding: 0;
}



 /* 左にだけ太線で付箋風 */
.design_box03 {
    padding: 0.5em 1em;
        width: 90%;
    display: block;
    margin:2em auto 2em auto;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.design_box03 p {
    margin: 0; 
    padding: 0;
}

 /* めくれたテープ風 */
.design_box04{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
        width: 90%;
    display: block;
    margin:2em auto 2em auto;
}
.design_box04:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.design_box04 p {
    margin: 0; 
    padding: 0;
}




/* 基本テキストCSS */

.title_big{font-size: 1.5em!important;
font-weight: 800;
    margin: 0.2em;
}

.title_middle{font-size: 1.2em!important;
font-weight: 800;
       margin: 0.2em;
}


.title_normal{
    font-size: 1em!important;
font-weight: 800;
       margin:0.2em;
}


.lead_st{font-weight: 800;
line-height: 180%;
margin: 1em;}

.lead01{
line-height: 180%;
margin: 1em;
}

.lead02{
line-height: 180%;
margin: 1em;
    font-size: 0.8em;
}


.lead03{
line-height: 180%;
margin: 1em;
    font-size: 1.2em;
	font-weight:700;
	text-align:left;
}

.lead04{
    line-height: 180%;
    margin:1em 1em 1em 5em;
    font-size: 1.2em;
	font-weight:700;
	text-align:left;
}

.lead05{
    line-height: 180%;
    margin:1em;
    font-size: 1.5em;
	font-weight:700;
	text-align:left;
}



.font_size15{font-size: 1.5em}
.font_size13{font-size: 1.3em}
.font_size11{font-size: 1.1em}
.font_size09{font-size: 0.9em}
.font_size08{font-size: 0.8em}


.line_height150{line-height: 150%;}
.line_heigh120t{line-height: 120%;}

.text_center{text-align: center;}
.text_left{text-align: left;}
.text_right{text-align: right;}

.font_st{font-weight: 800;}/* spanのみで使用 */

.font_red{color: red;}/* spanのみで使用 */
.font_blue{color: blue;}/* spanのみで使用 */
.font_green{color: green;}/* spanのみで使用 */





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

/* 以下page unique */


.float_right div{ float: right;}
	 
.float_left div{ float: left;}


ul.features3{
	width:710px;
	text-align:left;
	float:left;
	margin-left:30px;
	margin-top:20px;
	margin-bottom:20px;}

li.features3_list{
	background-image:url(img/icon.gif);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:700;
	min-height:40px;
	padding-top:3px;
	padding-left:40px;
	margin-top:5px;
	}


.bar_img{
max-width:64em;
     width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 0em;
}

/* 追加テキストCSS */



.series_kosei {
    width: 100%;
    padding: 0.2em 1em;
    background: linear-gradient(to right, #66CC66 0%, #DCF3DC 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: white;
	text-shadow:1px 0 10px blue;
    font-size: 1.2em;
    font-weight: 1000;
    vertical-align: middle;
}










/*common*/


#bottominnerlink{
	width:680px;
	clear:both;
	margin:30px auto 0 auto;
	text-align:right;
	padding:12px 4px 0 0;
	background:url(url(/common/img/serch_box/linkhr.gif)) repeat-x 0 0;
}
#bottominnerlink a{
	padding:0 0 0 14px;
	font-size:11px;
}
a.m_linkhome{
	margin-right:4px;
}
a.m_linkpagetop,a.m_linkpagetop:hover{
	background:url(/common/img/linktop.gif) no-repeat left center;
}


.hyoshi{
	box-shadow:4px 4px 6px -1px #343832;
-moz-box-shadow:4px 4px 6px -1px #343832;
-webkit-box-shadow:4px 4px 6px -1px #343832;

/* border-radius */
 border-radius:0px 0px 0px 0px ;
-moz-border-radius:0px 0px 0px 0px ;
-webkit-border-radius:0px 0px 0px 0px ;

/* border */
border:1px solid #cccccc;
}




/*----------Left Content*/






/*----------Left Content*/

#sidebar{  
	width:190px;
	text-align:center;
	float:right;
	margin-left:0px;
	margin-right:0px;
	margin-top:6px;
	margin-bottom:10px;
	height:100%;
	min-height:100%;
	background-color:#F5F0ED;}


#sidebar_static{  
	width:190px;
	text-align:center;
	float:right;
	margin-left:0px;
	margin-right:0px;
	margin-top:6px;
	margin-bottom:10px;
	background-color:#F5F0ED;}




/*--------------------SearchBox*/
div#searchbox{
	width:143px;
	margin:0 auto;
	padding-bottom:16px;
	background:url(/common/img/searchfoot.gif) no-repeat left bottom;
}
#searchbox h2{
	margin:0;
	text-align:left;
}
#searchbox dl{
	width:100%;
	background:url(/common/img/search_y.gif) repeat-y left top;
	padding-top:8px;
	text-align:left;
}
#searchbox dd,#searchbox dt{
	width:94%;
	margin-left:8px;
}
#searchbox dd{
	padding-bottom:8px;
	margin-top:4px;
}
#searchbox select{
	background-color:#fff;
}
input.textinput,#searchbox select{
	width:120px;
}
.textinput{
	*margin:-6px;
}

input.searchbutton{
	background:url(/common/img/search_submitbt.gif) no-repeat 0 0;
	width:50px;
	height:20px;
	border:0;
	display:block;
	position:relative;
	left:77px;
	top:6px;
}

/*Safari*/
html[xmlns*=""] body:last-child input.searchbutton{ left:74px; }
/*end*/

/* hide from Mac IE ＼*/
* html input.searchbutton{ left:72px;}
/* */

input.searchbutton:hover{
	background:url(/common/img/search_submitbt_o.gif) no-repeat 0 0;
}
/*--------------------／END SearchBox*/





/*-------------------Right Main*/

#main{
width:764px;
	float:left;
	margin-top:10px;
	text-align:center;
	height:100%;
	min-height:100%;}
	

#main_static{
width:764px;
	float:left;
	margin-top:10px;
	text-align:center;
	}
	


/*--------------------description*/

div#content{
line-height:140%;
width:700px;
margin-left:auto;
margin-right:auto;
	text-align:left;
}


#content h1{
width:700px;
height:30px;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
font-size:14px;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
vertical-align:middle;
padding-left:20px;
padding-top:32px;
padding-bottom:20px;
color:#FFFFFF;
font-weight:bold;
background:url(img/h1_bg.jpg) no-repeat left center;
}



div#content h2{
margin-top:10px;
margin-left:20px;
margin-right:20px;
font-weight:bold;
margin-bottom:8px;

}


div#content h2.red{
margin-top:10px;
margin-left:20px;
margin-right:20px;
font-weight:bold;
color:#FF0000;
margin-bottom:8px;

}

div#content p{
margin-left:20px;
margin-right:20px;
margin-bottom:20px;

}


div#content table{
margin-left:20px;
margin-right:20px;
margin-bottom:20px;
line-height:140%;

}


div#content ul{
list-style-type:disc;
margin-left:40px;
margin-right:20px;
margin-bottom:12px;

}

.photo_img{
margin-right:20px;
margin-bottom:12px;

}



/*コンテンツ*/



.box760{
	width:760px;
	min-height:230px;
	}

.box760_h260 {
	width:760px;
	min-height:260px;
	}
	
	
img.topmargin{
	margin-top:20px;}

ul.features{
	width:720px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;}

li.features_list{
	list-style:url(img/icon.jpg);
	list-style-position: inside;
	font-size:15px;
	font-weight:700;
	margin-top:5px;
	}

ul.features2{
	width:480px;
	text-align:left;
	float:left;
	margin-left:20px;
	margin-top:20px;}

li.features2_list{
	list-style:url(img/icon.jpg);
	font-size:15px;
	color:#903;
	font-weight:700;
	margin-left:20px;
	margin-top:5px;
	}
	

ul.features3{
	width:710px;
	text-align:left;
	float:left;
	margin-left:30px;
	margin-top:20px;
	margin-bottom:20px;}

li.features3_list{
	background-image:url(img/icon.gif);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:700;
	min-height:40px;
	padding-top:3px;
	padding-left:40px;
	margin-top:5px;
	}



.yurai{
	width:701px;
	height:97px;
	background-image:url(img/yurai.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding-top:10px;
	margin-top:10px;}

.yurai p{
	text-align:left;
	width:550px;
	margin-left:auto;
	margin-right:auto;
	line-height:160%;}

.ON_yurai{
	font-size:16px;
	font-weight:700;
	color:#090;}


.kou_renew_yurai{
	width:701px;
	height:112px;
	background-image:url(img/yurai2.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding-top:10px;
	margin-top:10px;}

.kou_renew_yurai p{
	text-align:left;
	width:550px;
	margin-left:auto;
	margin-right:auto;
	line-height:160%;}

.kou_yurai{
	font-size:16px;
	font-weight:700;
	color:#090;}

	
	
.product_photo{
	width:171px;
	height:212px;
	background-image:url(img/maru_bg.png);
	margin-right:30px;;
	margin-top:10px;
	float:right;
	}	
.product_photo img{
	margin-top:10px;}

.product_photo p{
	margin-top:5px;
	width:120px;
	margin-left:auto;
	margin-right:auto;}

.product_photo2{
	width:190px;
	height:280px;
	background-image:url(img/maru_bg2.png);
	margin-right:30px;;
	margin-top:10px;
	float:left;
	}	
.product_photo2 img{
	margin-top:10px;}

.product_photo2 p{
	margin-top:10px;
	width:160px;
	margin-left:auto;
	margin-right:auto;}


	

.point{
	width:760px;
	height:45px;
	padding-top:28px;
	background-image:url(img/point.gif);
	}
	
.point p{
	color:#F00;
	font-size:20px;
	font-weight:800;
	text-align:left;
	margin-left:110px;
}


.point_ul{
	text-align:left;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	}

.point_li{
	margin-top:10px;
	line-height:160%;
	}

img.pdf_link{
	vertical-align:bottom;
	margin-left:10px;}

img.pdf_link_top{
	vertical-align:top;
	margin-left:10px;}


.point_komoku{
	font-size:15px;
	color:#090;
	font-weight:700;}

.point_syosai{
	margin-left:20px;
	margin-top:10px;}

.writer{
	width:701px;
	background-image:url(img/chosaku_bg.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}

ul.writer_b{
	width:500px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}

li.yakuwari{
	margin-top:10px;
	margin-bottom:20px;

}

ul.writer_s{
	text-align:left;
	margin-left:120px;
	margin-top:-18px;
	}
	
p.schoolbook_text{
	margin-top:20px;
	text-align:left;
	margin-left:20px;
	line-height:160%;
	}

.schoolbook_text_keisaikyoku{
	font-size:14px;
	font-weight:100;
	margin-top:10px;
	text-align:left;
	margin-left:20px;
	line-height:160%;}


.renew2016_kou {
	float:left;
	margin-left:250px; }



.renew2016_on {
	float:left;
	margin-left:250px;}
	
.renew2016_text {
	width:205px;
	text-align:center;
	font-size:16px;
	font-weight:100;
	margin-left:250px;
	margin-top:15px;}


.renew2017_kou {
	margin-left:125px;
	border:0 solid;}
	
	
.renew2017_kou td {
	margin-top:-15px;
	padding-left:10px;
	padding-right:10px;
	}
	

.renew2017_kou_text {
	width:205px;
	text-align:center;
	font-size:16px;
	font-weight:100;
	padding-top:15px;}
	



.renew2018_kou {
	margin-left50px;
	border:0 solid;}
	
	
.renew2018_kou td {
	margin-top:-15px;
	padding-left:10px;
	padding-right:10px;
	}
	

.renew2018_kou_text {
	width:205px;
	text-align:center;
	font-size:16px;
	font-weight:100;
	padding-top:15px;}
	
	
	
.schoolbook_renew_midashi {
	font-size:18px;
	font-weight:900;
	color:#F30;
	margin-top:15px;}


.schoolbook_renew_new{
	float:left;
	margin-top:5px;}




/*曲目一覧*/



/*教科書サイド*/

.lineup{
	width:160px;
	background-image:url(img/side_bg.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	}
	
.lineup_s{
	width:160px;
	background-image:url(img/side_bg.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	}

#side_btn_box_wrap{
	width:160px;
	margin-left:15px;
	margin-right:auto;}
	
ul.lineup_ul{
	margin-left:20px;
	}

li.lineup_li{
	text-align:center;
	list-style-position: inside;
	margin-right:15px;
	font-size:12px;
	line-height:140%;
	margin-bottom:30px;}

.side_image{
	margin-left:0px;
	margin-right:auto;
	margin-bottom:10px;
	}
	
.side_image_shadow{
	margin-left:0px;
	margin-right:auto;
	margin-bottom:10px;
box-shadow:4px 4px 6px -1px #343832;
-moz-box-shadow:4px 4px 6px -1px #343832;
-webkit-box-shadow:4px 4px 6px -1px #343832;

/* border-radius */
 border-radius:0px 0px 0px 0px ;
-moz-border-radius:0px 0px 0px 0px ;
-webkit-border-radius:0px 0px 0px 0px ;

/* border */
border:1px solid #cccccc;
	}	
	
	
/*指導書*/


ul.shido{
	text-align:left;
	list-style:circle;
	margin-left:40px;
	margin-bottom:20px;
	}
	

.shido_komoku{
	font-size:18px;
	color:#090;
	font-weight:700;
	margin-top:20px;
	margin-left:20px;
	text-align:left;
	margin-bottom:10px;}

.lineup2{
	width:660px;
	margin-left:auto;
	margin-right:auto;}
	
/*end*/


/*TOP*/


.top_komoku{
	font-size:18px;
	color:#000;
	font-weight:700;
	margin-top:20px;
	margin-left:20px;
	text-align:left;
	margin-bottom:10px;}

.top_komoku_renew {
	font-size:18px;
	color:#000;
	font-weight:700;
	margin-top:20px;
	margin-left:20px;
	text-align:left;
	line-height:140%;
	margin-bottom:10px;}
	
/*end*/

