@charset "utf-8";

/*
HP  YM151214*/


/* reset css */
/*
img {
	width:100%;
}
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video,source{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	vertical-align:middle;
	background:transparent;
}
blockquote,q{
	quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content:'';
	content:none;
}

*,
*:before,
*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

h1,
h2,
h3{
	font-family:inherit;
	line-height:1.1;
	color:inherit;
}
/* 
h1{font-size:26px;}
h2{font-size:20px;}
h3{font-size:16px;}
h4{font-size:14px;}
 */




.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
}
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}


ul,li{
	list-style:none;
}
a:hover, img.over {
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* 
html{
	font-size:62.5%;
}
 */
body{
	font-size:14px;
	background: #f3f3f3;
	line-height:0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku GothicPro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.box1{
	border: 1px solid #555;
	padding: 20px;
	width: 85%;
	margin: auto;
}

h1{
	/* line-height: 50px; */
	line-height: 5rem;
}

/* style2.cssからの移行分 ここから */
/* 
html{
  font-size: 18px;  
}
 */
body, input, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body{
	background: url(images/bg.png);
	color:#363636;  
}
img{
  max-width: 100%; !important;
}
header{
  width: 100%;
  max-width:1400px;
  margin: auto;
}
ul li {
  font-weight: bold;
  /* font-size: 20px;   */
  font-size: 2rem;  
}
ul{
  margin-top: 20px; 
  margin-bottom: 20px;  
}
footer {
	width: 100%;
	background: #000;
	text-align:center;
}
/* style2.cssからの移行分 ここまで */
/* rps_imgtube.cssからの移行分 ここから */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	/*font-weight: normal;*/
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
		font-size:62.5%;
}

h1{font-size: 2.6rem;}
h2{font-size: 2rem;}
h3{font-size: 1.6rem;}
h4{font-size: 1.4rem;}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
/* rps_imgtube.cssからの移行分 ここまで */



/********************
	レイアウト style 
*********************/
.top-copy p{
	font-size: 24px;
	font-weight: bold;		
}
#wrap{
	width:100%;
	overflow:hidden;
}
#wrap:before,
#wrap:after{
	content:" ";
	display:table;
}
#wrap:after{
	clear:both;
}


#header{
	width:100%;
}


#container{
	background:#fff;
	position:relative;
}

.contents{
	position:relative;
	overflow:hidden;
}

#footer {
	clear: both;
	width:100%;
}

#footer_wrap{
	/* font-size:12px; */
	font-size:1.2rem;
	color:#999;
	text-align: center;
	padding:30px 0;
}




/********************
	ヘッター style 
*********************/

#header h1{
	font-size:26px;
	line-height:26px;
	font-weight:bold;
}

#header a{
	/*color:#fff;*/
	text-decoration:none;
}	
#header a:hover{
	text-decoration:none;
}

.head_img{

    width: 900px;  
    margin: 0 auto;  
    text-align: left;  
}
.head_img img{
	position:relative;
	z-index:10;
	text-align:center;
}

.copy2{
	font-size: 28px;
	line-height: 55px;	
}

.copy2 p{
	line-height: 55px;
}

.copy1-1 p{
	font-size: 22px;
  margin-top: 20px;	
	font-weight: bold;		
}

.copy3{
	font-size: 28px;
	line-height: 55px;	
}

.copy3 p{
	line-height: 55px;
}

.f40{
	font-size: 40px;	
}



/********************
	本文 style 
*********************/
#container{
	max-width:1100px;
	margin:0px auto;
	padding:30px 40px;
}
#container p{
	padding:0;
}

.contents{
	line-height:200%;
}

/* ------------- コメントフォーム */

.comment_h2 {
	/* background: #db2c39; */
	color: #fff;
	/* font-size: 16px; */
	font-size: 20px;
	padding: 12px 16px;
	/* max-width: 800px;
	margin-right: auto;
	margin-left: auto; */
	text-align: center;
	background-color: #399c3a;
	font-weight: normal;
	/* border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black; */
}

#comment_form{
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid black;
	border-radius: 0 0 30px 30px;
}
/* 
#comment_form label p{
	margin-top:10px;
}
 */
#comment_form label{
	clear:left;
	color:#333;
	/* 
	font-weight:bold;
	font-size:14px;
	*/
	font-weight: normal;
	font-size: 20px;
	/*font-size:1;*/
	height:50px;
	/* display:block;
	margin-top:10px!important;
	float:left; */
	display: flex;
	align-items: center;
	padding: 10px;
}
/* 
#comment_form label small{
	padding-left:10px;
	line-height: 30px;
	border-left:5px solid #ccc;
}
*/
/* #comment_form #c_rating {
	width: 55%;.inputbox
} */
#comment_form textarea{
	width: 100%;
	/* padding: 10px; */
	padding: 15px 10px;
	/* height:auto; */
	height: 16em;
	/* border-radius:4px;
	border:1px solid #ccc; */
	border: 1px solid #8f8f9d;
	border-radius: 2px;
	font-size: 18px;
	margin-bottom: 15px;
}
#rank {
	padding: 5px;
	height: 42px;
	font-size: 20px;
	position: absolute;
	left: 32%;
}
	#comment_form form {
	/* max-width: 800px;
	margin-right: auto;
	margin-left: auto; */
	display: flex;
	flex-direction: column;
	/* background-color: #fff; */
	padding: 30px 40px;
	/* border-radius: 0 0 30px 30px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid; */
}
#comment_form form p {
	display: flex;
	padding: 10px 0;
	position: relative;
}
#form_t1 p {
	flex-direction: column;
}
#comment_text{
	/* width:100%!important;
	height:30px!important; */
	margin-bottom: 10px;
}
#c_rating{
	/* width:55%!important; */
	float:left;
}
/* #rating{
	float:left;
	font-size:14px;
	color:#555;
	width:200px;
	border-radius:4px;
	padding:2px;
	margin-bottom: 15px;
} */
/* .btn_area{
	margin:50px auto 0px;
} */
#rating {
	position: relative;
	height: 42px;
}
#send, #send_t{
	/* background-color:#1D2089; */
	/* width:30%; */
	width: 100%;
	border:none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color:#fff;
	/* font-weight:bold; */
	font-weight: normal;
	/* font-size:16px; */
	font-size: 48px;
	padding:10px;
	margin:0px auto;
	cursor:pointer;
	height: 2.5em;
	border-radius: 1.25em;
	background: linear-gradient(#2cb733, #1d771b);
}
#send:hover, #send_t:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
}

.select-box {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  	vertical-align: middle;
  	width: 230px;
}

.cp_ipselect {
overflow: hidden;
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;
}
.cp_ipselect select::-ms-expand {
display: none;
}
.cp_ipselect.cp_sl02 {
position: relative;
border: 1px solid #bbbbbb;
border-radius: 5px;
background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
position: absolute;
top: 0.8em;
right: 0.9em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #666666;
pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
position: absolute;
top: 0;
right: 2.5em;
bottom: 0;
width: 1px;
content: '';
border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
padding: 8px 38px 8px 8px;
color: #666666;
}


/* ------------- コメントフォーム2 */
#comment_form2{
}

strong{
	line-height: 40px;
}

p{
	line-height: 30px;
}

#comment_form2 label p{
	margin-top:10px;
}

#comment_form2 label{
	clear:left;
	color:#333;
	font-weight:bold;
	font-size:14px;
	font-size:1;
}
#comment_form2 label small{
	padding-left:10px;
	border-left:5px solid #E59B18;
	display:block;
}
.form-container {
/* 
	max-width: 1100px;
	margin: auto;
	width: 100%;
	background-color: #fff;
 */
	margin-top: 60px;
}



.impact01{
	color:red;
	display:block;
	/* margin-bottom:15px!important; */
	/* line-height: 40px; */
	line-height: 2;
	padding-top: 10px;
	font-size: 20px;

}
.impact02{
	color:#333;
	display:block;
	margin-bottom:10px!important;
	line-height: 40px;
}
.impact03{
	color:red;
}

.inputbox{
	width: 68%;
	display:block;
	position: absolute;
	left: 32%;
	
/* 
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857;
 */
	/*height: 52px;*/
	padding: 5px 10px;
	font-size: 18px;
	/*line-height: 52px;*/
	color:#555;
	background-color:#fff;
	background-image:none;
/* 
	border:1px solid #ccc;
	border-radius:4px;
 */
	border: 1px solid #8f8f9d;
	border-radius: 2px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	-o-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.inputbox:focus{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.inputbox::-moz-placeholder{
	color:#999;
	opacity:1;
}
.inputbox:-ms-input-placeholder{
	color:#999;
}
.inputbox::-webkit-input-placeholder{
	color:#999;
}
.inputbox[disabled]{
	background-color:#eee;
	opacity:1;
}
.inputbox[disabled]{
	cursor:not-allowed;
}

#plan {
	position: absolute;
	left: 32%;
	height: 52px;
	width: 68%;
	font-size: 16px;
}

.btn_area{
	text-align: center;
}

.mov-wrapper a:nth-child(1),.mov-wrapper span:nth-child(1),.mov-wrapper a:nth-child(3),.mov-wrapper span:nth-child(3) {
	margin-right: 1.5vw;
}

.mov-wrapper img:nth-child(1), .mov-wrapper img:nth-child(3) {
	margin-right: 20px;
}


.mov-wrapper a:nth-child(1), .mov-wrapper a:nth-child(2) ,.mov-wrapper span:nth-child(2) {
	margin-bottom: 10px;
}

.mov-wrapper a {
	max-width: 48% !important;
	display: block;
}

.mov-wrapper span {
	max-width: 48% !important;
	display: block;
}

.mov-wrapper img{
	width: 100%;
}


/* ------------- コメントリスト タイトル */

#comment {
	background: #f3f3f3;
}

.comment_tit{
	margin-bottom:30px;
}
.comment_cnt{
	text-align: center;
	/*background:url(../img/ico01.png) 10px center no-repeat;*/
	padding:5px;
	display: block;
	/* 
	line-height:30px;
	height:50px;
	*/
	line-height: 3rem;
	height: 5rem;
	font-weight:bold;
	/* font-size:16px; */
	font-size: 1.6rem;
	color:#555;
}


/* ------------- コメントリスト */
#comment_list li{
	padding:15px 15px 30px 15px;
	min-height:100px;
	border-bottom:1px dotted #666;
	background: #FFF;
}

.comment_box {
	width: 95%;
	margin: auto;
}

#comment_list .c_pic{
	float:left;
	width:36px;
	display: none;
	margin:0px 10px 10px 0;
}
#comment_list .c_stars{
	margin:0px 20px 0 0;
	padding:0 !important;
}
#comment_list .c_name{
	display:inline-block;
	margin:25px 20px 20px 0;
	font-weight:bold;
	color:#369;
	font-size:20px;
}
#comment_list .c_date{
	display:inline-block;
	color:#666666;
	font-weight:normal;
}
#comment_list .c_text{
	font-size:18px;
	font-weight:normal;
	line-height:1.4;
}


/* コメント返信 */
.comment_reply{
	margin:25px auto;
	padding:15px;
	min-height:130px;
	border-radius:6px;
	width: 90%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #ccc;
	background:#fdfdfd;
}
.comment_reply .c_reply_pic{
	float:left;
	width:36px;
	margin:0px 15px 10px 0;
	padding:3px;
	background:#fff;
}

.comment_reply .c_reply_pic img {
	height: 39px !important;
	width: 36px;
	margin-right: 20px;
}

.comment_reply .c_reply_name{
	font-weight:bold;
	color:#676c76;
	line-height: 30px;
	margin-bottom:5px;
}
.comment_reply .c_reply_date{
	display:inline-block;
	margin-left:20px;
}
.comment_reply .c_reply_text{
	color:#666;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
}
.comment_reply_form{
	border:1px solid #ccc;
	margin:0;
	padding:10px;
	display:none;
}

.c_stars img {
	width:18px!important;
	height: 19px!important;
}


/* コメント pagenavigation */
.page_navi{
	text-align:center;
	margin:30px auto;
}

.page_navi span a{
	color:#09f;
	padding:2px 2px;
	margin:0 5px 0 0;
}
.page_navi span a:hover{
	color:#f60;
}

.youtube {
    position: relative;
    margin: auto;
    width: 100%;
    padding-top: 54%;
    max-width: 900px;
}
.youtube iframe {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.tit{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #FFF;
	background: #122A47;
	padding: 10px;
	max-width: 200px;
	margin: auto;
	font-family:  "A-OTF UD新ゴ Pro","Hiragino Sans",Meiryo,sans-serif;
}

.copy1{
	max-width: 800px;
	margin: 20px auto;
	color: #000;
	padding: 30px 0px;
	font-weight: bold;
	/* font-size: 30px; */
	font-size: 3rem;
	font-family:  "A-OTF UD新ゴ Pro","Hiragino Sans",Meiryo,sans-serif;
  letter-spacing: 1px;
  text-align: center;
  border: solid #000 2px;
 }
.copy4{
	max-width: 800px;
	margin: 20px auto;
	color: #000;
	padding: 30px 0px;
	font-weight: bold;
	font-size: 30px;
	font-family:  "A-OTF UD新ゴ Pro","Hiragino Sans",Meiryo,sans-serif;
  letter-spacing: 1px;
  text-align: center;
  border: solid #000 2px;
 }
.copy2{
	max-width: 800px;
	margin: 20px auto;
	color: #000;
	padding: 30px 0px;
	font-weight: bold;
	font-size: 30px;
	font-family:  "A-OTF UD新ゴ Pro","Hiragino Sans",Meiryo,sans-serif;
  letter-spacing: 1px;
  text-align: center;
  border: solid #000 2px;
 }

 .blue{
 	color: #3b6ba5;
 }

 .copy1 p{
 	line-height: 180%;
 }

 .copy4 p{
 	line-height: 180%;
 }
 p{
 	line-height: 190%;
 }

 .play{
 	font-size: 27px;
 }

 .arrow img{
 	width: 100%;
 }

 .arrow{
 	max-width: 200px;
 	margin:20px auto;
 }

.red{
	color: #A30E1F;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}

.thm-box div {
    margin-right: 3px;
    width: 32.5%;
    line-height: 28px;
    font-size: 17px;
    font-weight: bold;
}

	.sp{
		display: none;	
	}
	.pc{
		display: block;	
	}


/********************
	フッター style 
*********************/








/* Responsive
----------------------------------------------- */

/* Tab */
/* Mobile */

/********************
 880px以下
********************/
@media (max-width: 880px) {
	.comment_h2 {
		font-size: 2.27vw;
	}
	#comment_form label{
		font-size:16px;
		padding: 10px;
		height: auto;
	}
	#comment_text{
		margin-bottom: 0px!important;
	}
	#comment_form textarea {
		font-size: 2.045vw;
		padding: 0.834em 0.556em;
	}
	#comment_form form {
		padding: 3.41vw 4.546vw;
	}
	#comment_form form p {
		padding: 1.137vw 0;
	}
	#comment_form form p{
		display: block;
	}
	#rank{
		left: auto;
	}
	.inputbox {
		left: auto;
		font-size: 16px;
		height: auto;
		padding: 5px 10px;
		line-height: 26px;
		width: 90%;
		position: relative;
	}
	.name-form input{
		width: 90%;
	}
	.select-box {
		font-size: 2.045vw;
		height: 2.9em;
		padding: 0;
	}
	#rank {
    font-size: 2.27vw;
    padding: 7px 10px;
    height: auto;
	}
	#rating {
		height: 4.774vw;
	}
	.impact01 {
		font-size: 2.27vw;
		padding-top: 5px;
	}
	#plan {
		top: 0.5em;
		max-width: 68%;
		font-size: 2.045vw;
		height: 2.9em;
		padding: 0 0.5em;
	}
	#comment_text {
		line-height: 1.5;
		margin-top: 10px;
	}
	#send, #send_t {
		font-size: 5.45vw;
	}
}
/********************
 767px以下
********************/
@media (max-width: 768px) {
	.sp{
		display: block;	
	}
	.pc{
		display: none;	
	}
	.top-copy p{
		font-size: 14px;
	}
	.copy1-1 p{
	font-size: 17px;	
	}
	#comment_form textarea{
		width: auto;
		padding: 6px;
		font-size: 16px;
		height: 100px;
	}
#header{
	width:100%;
	padding:0px 0px 5px;
	text-align:center;
}
#header_wrap img{
	width:100%;
}
.contents{
	width:100%;
	padding:10px;
	margin:10px auto 0;
}
 .play{
 	font-size: 22px;
 }

h1 span{

	line-height: 40px;
	/* font-size: 26px!important; */
	font-size: 26px;
}

.btn2{
	width: 95%!important;	
}

h1{
	/* line-height: 40px; */
	line-height: 4rem;
}

br{
	line-height: 0px!important;	
}

hr{
	margin: 0;	
}

.copy2 {
	font-size: 15px;	
}
.copy3 {
	font-size: 15px;	
}

.touroku1{
	margin-top: 30px;
}

.copy2 p{
	line-height: 34px!important;	
}
.copy3 p{
	line-height: 34px!important;	
}

.f40{
	font-size: 26px;	
}

#container{
	padding: 0;
}
.form-container {
	margin-top: 30px;
}
/*
#comment_form{
	margin:0 auto 30px auto;
	padding:1px 20px!important;
	background:#fff;
}
#comment_form label{
	display:block;
	float:none;
	width:100%!important;
	margin-bottom:20px!important;
	margin-top: 40px;
}
*/



.mov-wrapper span:nth-child(1) .mov-wrapper span:nth-child(3) {
	margin-right: 10px;
}

.mov-wrapper a:nth-child(1), .mov-wrapper a:nth-child(2) ,.mov-wrapper span:nth-child(2) {
	margin-bottom: 0px;
}

.copy1 p{
	/* font-size: 18px; */
	font-size: 1.8rem;
	letter-spacing: 0;
	text-align: center;
	padding: 10px;	
}
.copy4{
	font-size: 25px;
	letter-spacing: 0;
	text-align: center;
	padding: 10px;	
}

	.inputbox {
		font-size: 16px;
		/*padding: 0.834em 0.556em;*/
	}
	.select-box {
		font-size: 16px;
		height: 8px;
		/*padding: 0;*/
	}
/*
#rating{
	margin-bottom:10px!important;
}
.inputbox{
	width:100%;
}
#comment_form textarea{
	width:100%;
}
.btn_area{
	margin:20px auto;
}

#send{
	width:70%;
	background: #1D2089;
	border:none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	margin-bottom: 20px;
}
*/

.mov-wrapper a {
	max-width: 48% !important;
	display: block;
}

.mov-wrapper span {
	max-width: 48% !important;
	display: block;
}


#footer{
	background:#e4e4e4;
}

}


/********************
	768px以上 
********************/

@media screen and (min-width: 768px){

#header_wrap{
	width:900px;
	margin:0px auto;
}
#header_wrap img{
	width:100%;
	margin-bottom:0px!important;
}
/*
#container{
	max-width:1100px;
	margin:0px auto;
	padding:30px 40px;
}

#comment_form{
	padding:40px!important;
	background:#fff;
}
#comment_form label{
	clear:left;
	width:20%;
	height:50px;
	display:block;
	margin-top:10px!important;
	float:left;
}
#comment_text{
	width:100%!important;
	height:30px!important;
}
.inputbox{
	width:60%;
}
#c_rating{
	width:55%!important;
	float:left;
}
#rating{
	float:left;
}
.btn_area{
	margin:50px auto 0px;
}

#send{
	background-color:#1D2089;
	width:30%;
	border:none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#comment_form textarea{
	width:99%;
}

.select-box {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  	vertical-align: middle;
  	width: 230px;
}
*/

}


