@charset "utf-8";
/* CSS Document */


/* ナビゲーション */

#global_navi .global_navi li.menu02_02 a{
	width:167px;
    background:url(../img/menu02.jpg) bottom no-repeat;
	}

@media screen and (max-width:767px) {
	/* 表示領域が767px未満の場合に適用するスタイル */
	#global_navi .global_navi li.menu02_02{
	width:25%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: -moz-linear-gradient(top,#F19500 0%,#F19500 50%,#DD6300 50%,#DD6300);
	background: -webkit-gradient(linear, left top, left bottom,from(#F19500), color-stop(0.5,#F19500), color-stop(0.5,#DD6300),  to(#DD6300));
	border:#FFFFFF solid 1px;
	text-align:center;
	float:left;
	}
	#global_navi .global_navi li.menu02_02 a{
	width:100%;
	background:url(../img/icon01.png) no-repeat 50% 5px;
	background-size:50px 50px;
	-webkit-background-size:50px 50px;
	}

}


/* ライトコンテンツ */

#right_contents h2{
	width:720px;
	height:30px;
	margin:0 0 15px 0;
	padding:0 0 0 20px;
	background-image:url(../img/right_title.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:22px;
	color:#007D49;
	font-family:"Meiryo","MS UI Gothic","MS PGothic","Lucida Grande",sans-serif;
	line-height:140%;
	}

@media screen and (max-width:767px) {
	/* 表示領域が767px未満の場合に適用するスタイル */
	#right_contents h2{
	width:100%;
	font-size:1.6rem;
	}
}



#right_contents01{
	width:720px;
	padding:50px 0;
	}

#right_contents02{
	width:720px;
	padding:50px 0;
	}

#right_contents03{
	width:720px;
	padding:50px 0;
	}

#right_contents04{
	width:720px;
	padding:50px 0;
	}
	

@media screen and (max-width:767px) {
	/* 表示領域が767px未満の場合に適用するスタイル */
	#right_contents01{
	width:100%;
	padding:0;
	}
	#right_contents02{
	width:100%;
	padding:0 0 30px 0;
	}
	#right_contents03{
	width:100%;
	padding:0 0 30px 0;
	}
	#right_contents04{
	width:100%;
	padding:0 0 30px 0;
	}
}



/* ライトコンテンツ01 */

#right_contents h3{
	padding:0 0 0 20px;
	background-image:url(../img/right_title02.jpg);
	background-position:0 2px;
	background-repeat:no-repeat;
	font-size:15px;
	color:#EB6C0B;
	font-family:"Meiryo","MS UI Gothic","MS PGothic","Lucida Grande",sans-serif;
	line-height:140%;
	}

#right_contents p{
	margin:0 0 12px 0;
	font-size:13px;
	color:#313131;
	font-family:"Meiryo","MS UI Gothic","MS PGothic","Lucida Grande",sans-serif;
	line-height:170%;
	}

#right_contents a{
	color:#313131;
	text-decoration:none;
	}

#right_contents a:hover{
	color:#505050;
	text-decoration:none;
	}

#right_contents .item_box{
	width:720px;
	height: auto;
	padding:0;
	border-top:#CCCCCC dotted 1px;
	clear:both;
	}

#right_contents .item_photo{
	width:180px;
	height:auto;
	float:left;
	}
	
#right_contents .item_text{
	width:520px;
	height:auto;
	padding:0 0 20px 0;
	float:right;
	}
	
#right_contents .item_text dl{
	width:520px;
	background-color:#FAFAFA;
	font-size:13px;
	color:#313131;
	font-family:"Meiryo","MS UI Gothic","MS PGothic","Lucida Grande",sans-serif;
	line-height:200%;
	overflow: hidden;
	}

#right_contents .item_text dt{
	width:70px;
	padding:0 0 0 10px;
	background-color:#FAFAFA;
	font-weight: bold;
	float:left;
	clear:both;
	}
	
#right_contents .item_text dd{
	margin:0 0 0 70px;
	padding:0 0 0 20px;
	}

#right_contents .item_text01{
	border-top:#CCCCCC dotted 1px;
	}

#right_contents .item_text02{
	background-color:#EEEEEE;
	}

#right_contents .item_text03{
	background-color:#FFFFFF;
	border-top:#CCCCCC dotted 1px;
	}

#right_contents .item_country{
	padding:5px 10px 0 0;
	float:right;
	}

@media screen and (max-width:767px) {
	/* 表示領域が767px未満の場合に適用するスタイル */
	#right_contents .item_box{
	width:100%;
	}
	#right_contents .item_photo{
	width:100%;
	height:auto;
	text-align:center;
	float:none;
	}	
	#right_contents .item_text{
	width:100%;
	height:auto;
	float:none;
	}
	#right_contents .item_text dl{
	width:100%;
	}
	#right_contents .item_text dt{
	width:100%;
	padding:0 0 0 10px;
	float:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}	
	#right_contents .item_text dd{
	width:100%;
	margin:0;
	padding:0 0 0 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
}


#right_contents .more{
	width:340px;
	margin:20px 0 40px 0;
	padding:10px 0;
	background:-moz-linear-gradient(top,#029b5d 0%,#007d49);
	background:-webkit-gradient(linear, left top, left bottom, from(#029b5d), to(#007d49));
	border:1px solid #007d49;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	font-size:16px;
	color:#FFFFFF;
	font-family:"Meiryo","MS UI Gothic","MS PGothic","Lucida Grande",sans-serif;
	line-height:100%;
	font-weight:bold;
	text-align:center;
	clear:both;
	}

#right_contents .more a{
	color:#FFFFFF;
	text-decoration:none;
	}

#right_contents a:hover{
	color:#dcffec;
	text-decoration:none;
	}

@media screen and (max-width:767px) {
	/* 表示領域が767px未満の場合に適用するスタイル */
	#right_contents .more{
	width:98%;
	margin:0 1% 15% 1%;
	font-size:1.4rem;
	}
}


