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

body{
	font-family: 'Hiragino Mincho ProN', serif !important;
	font-size: 14px;
	line-height: 1.8em;
	color: #333333;
	background: url(../images/common/bg.jpg) repeat;
	padding: 0;
	margin:0;
}


ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}

p{
	margin: 0;
	padding: 0;
}

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align: center;
}

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

a{
    text-decoration:underline;
    color: #333;
}

a:hover {
    text-decoration:none;
}

a:hover img{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.mb20{
	margin-bottom: 20px;
}

.mt20{
	margin-top: 20px;
}
.mb50{
	margin-bottom: 50px;
}

strong{
	font-weight: bold;
}

.w20{
	width: 20%;
}

.w30{
	width: 30%;
}

.w35{
	width: 35%;
}

.w40{
	width: 40%;
}

.w48{
	width: 48%;
}

.w50{
	width: 50%;
}

.w60{
	width: 60%;
}

.w65{
	width: 65%;
}

.w75{
	width: 75%;
}

/* --------------- Common layout --------------- */

.wrap{
	width: 100%;
	margin: 0 auto;
}

.g-navi{
	background: url(../images/common/header_bg.jpg) repeat;
	padding: 10px 0;
}

.g-navi .left{
	padding: 5px 0;
}

.g-navi .right{
	margin-top: 4px;
}

#content{
	padding: 30px 0;
}

footer{
	background: url(../images/common/header_bg.jpg) repeat;
	margin: 0;
	padding: 0;
}

footer .wrap{
	padding: 20px 0;
}

footer .logo_area{
	float: left;
	width: 40%;
	font-size: 14px;
}

footer .footer_menu{
	float: right;
}

footer .footer_menu li{
    float: left;
    font-size: 18px;
    margin-right: 60px;
    margin-top: 30px;
}

footer p.copy{
	width: 100%;
	background: #333333;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
	margin-bottom: -16px;
}

table{
	width: 100%;
}

table th{
	width: 30%;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding: 30px 0;
}

table td{
	width: 68%;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0;
	line-height: 2;
}

#contact_banner{
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	background: #327a0f;
	color: #fff;
	padding: 40px 0;
	margin: 30px auto;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#contact_banner .area_top{
	width: 65%;
	margin: 0 auto;
}

#contact_banner p.text1{
	color: #fff;
	float: left;
	font-size: 24px;
	font-weight: bold;
    margin-top: 8px;
}

#contact_banner p.text2{
	color: #f2e74f;
	float: right;
	font-size: 36px;
	font-weight: bold;
}

#contact_banner p.text2 span{
	font-size: 50%;
}

#contact_banner p.text2 img{
	margin-right: 10px;
}

#contact_banner p.text3{
	color: #fff;
	clear: both;
	font-size: 14px;
	text-align: center;
	padding: 20px 0 0;
}

#contact_banner a.btn{
    display: block;
    padding: 0 40px;
    color: #000;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 0.1em;
    height: 50px;
    line-height: 53px;
    text-align: center;
    width: 70%;
    clear: both;
    margin: 0px auto;
    font-weight: bold;
}

#contact_banner a.yellow{
	 background: #f2e74f;
	 box-shadow: 0 5px 0 #b0a615;
    -moz-box-shadow: 0 5px 0 #b0a615;
    -webkit-box-shadow: 0 5px 0 #b0a615;
}

#content .white_text{
	background: #fff;
	padding: 30px 50px;
	margin-top: 30px;
	border: 1px dotted #ccc;
	clear: both;
}

#content .white_text h2{
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 2;
}

#content .white_text p{
	font-size: 14px;
	line-height: 2;
}

#content .white_text p strong{
	font-weight: bold;
	color: #e22626;
}

#content .white_text a{
    white-space: nowrap;
    color: #002dff;
}


@media (max-width: 699px) {
   /* スマートフォン以下専用スタイル */

#content{
	width: 90%;
	margin: 0 auto;
}

.g-navi .left img{
	height: 50px;
}
   
.g-navi .right{
	display: none;
}   

.naver{
	margin: 0 !important;
}
   
footer .logo_area{
	display: none;
}

footer .wrap{
	padding: 0;
}

footer .footer_menu{
	float: none;
}

footer .footer_menu a{
	text-decoration: none;
}

footer .footer_menu a:hover li{
	background: #f6eb8f;
}

footer .footer_menu li{
	float: none;
	font-size: 12px;
	width: 100%;
	border-bottom: 1px solid #e7d300;
	padding: 20px 0;
	margin: 0;
	text-align: center;
}

#contact_banner{
	padding: 40px 5% 30px;
	width: 90%;
}

#contact_banner .area_top{
	width: 100%;
	margin: 0 auto;
}

#contact_banner p.text1{
	float: none;
	clear: both;
	font-size: 18px;
    margin-top: 0px;
    text-align: center;
}

#contact_banner p.text2{
	float: none;
	clear: both;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

#contact_banner p.text2 img{
	margin-right: 10px;
}

#contact_banner p.text3{
	color: #fff;
	clear: both;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	line-height: 2;
}

#contact_banner a.btn{
    display: block;
}

#contact_banner p.text3{
	padding: 20px 0;
}

#content .white_text{
	padding: 30px;
}


}

@media (min-width: 700px) and (max-width: 1099px) {
   /* タブレット専用スタイル */

#content{
	width: 94%;
	margin: 0 auto;
}

.g-navi .left img{
	height: 50px;
}

.g-navi .right{
	display: none;
} 

footer .logo_area{
	display: none;
}

footer .wrap{
	padding: 0;
}

footer .footer_menu{
	float: none;
}

footer .footer_menu a{
	text-decoration: none;
}

footer .footer_menu a:hover li{
	background: #fff37a;
}

footer .footer_menu li{
	float: none;
	font-size: 12px;
	width: 100%;
	border-bottom: 1px solid #e7d300;
	padding: 20px 0;
	margin: 0;
	text-align: center;
}

#contact_banner{
	padding: 20px 5%;
	width: 90%;
}

#contact_banner .area_top{
	width: 100%;
	margin: 0 auto;
}

#contact_banner p.text1{
	float: none;
	clear: both;
	font-size: 18px;
    margin-top: 0px;
    text-align: center;
}

#contact_banner p.text2{
	float: none;
	clear: both;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

#contact_banner p.text2 img{
	margin-right: 10px;
}

#contact_banner p.text3{
	color: #fff;
	clear: both;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	line-height: 2;
}

#contact_banner a.btn{
    display: none;
}

}

@media (min-width: 1100px) and (max-width: 1280px) {
   /* PC専用(＆横置きタブレット)スタイル */

.wrap{
	width: 1100px;
	margin: 0 auto;
}

footer .footer_menu{
	float: none;
}

#contact_banner .area_top{
	width: 70%;
	margin: 0 auto;
}

#contact_banner a.btn{
    display: none;
}

}
@media (min-width: 1281px) {
   /* 幅広PC以上専用スタイル */

.wrap{
	width: 1200px;
	margin: 0 auto;
}

footer .footer_menu{
	float: none;
}

#contact_banner a.btn{
    display: none;
}

}