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

/* html5reset */
@import "reset.css";
@import "font-awesome.css";

#window{
	width: 100%;
}
#title_box{
	width: 1024px;
	margin: 0 auto;
}

#contents{
	width: 1024px;
	margin: 0 auto;
	font-size:0;
}
#left_contents{
	float: left;
	width: 680px;
	font-size:0;
}
#right_contents{
	float: right;
	width: 320px;
	text-align: center;
	margin-top: 40px;
	font-size:0;
}

.content{width:100%; margin:0 auto;	text-align:center;}
.content_l{
	float: left;
}
.content_r{
	float: right;
}

.content_c {
	display: inline-block;
	vertical-align:top;
box-sizing: border-box;
}

.clear {
	clear:both;
} 
.clear hr {
	display:none;
}  


#top_image {
	width: 100%;
	margin-top: 140px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#660033
}

#top_image img {
	width: 100%;
}


#top_image_sp {
	width: 100%;
	margin-top: 120px;
	background-color:#660033
}

#top_image_sp img {
	width: 100%;
}



.content_sp{display: none;}

.image_width{ width:100%;}

.image_logo{ height:140px;}
.image_nav{ width:120px;}
.image_01{width:100%;}
.image_02{width:90%;}
.image_03{width:320px;}
.image_03_2{width:320px;}
.image_04{width:220px;}
.image_05{width:50%;}

.margin_5{margin:0 5px;}
.margin_10{margin:0 10px;}

.margin_l5{margin:0 0 0 5px;}
.margin_l10{margin:0 0 0 10px;}

.margin_r5{margin:0 5px 0 0;}
.margin_r10{margin:0 10px 0 0;}


#information{
	width:95%;
	margin-right: auto;
	margin-left: auto;
}

#information ul{
	list-style-type: none;
}
#information ul li{
	font-size: 16px;
	color: #003300;
	margin-top: 20px;
	margin-bottom: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003300;
	font-weight: bold;
	line-height: 140%;
}

#f_nav{
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 5px;
}
#f_nav ul{

}
#f_nav ul li{
	display:inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
#f_nav a {
	color: #333333;
	text-decoration: none;
}
#f_nav a:hover{
	text-decoration: underline;
}


#footer {
	background-image: url(../image/bg_01.jpg);
	width: 100%;
	padding-bottom: 10px;
}
#footer_contents{
	width: 1024px;
	margin: 0 auto;
}
.footer_txt{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 140%;
}

.copyright{
	text-align: center;
	font-size: 16px;
	color: #fff;
}


@media screen and (max-width: 1024px){
.content_pc{display: none;}
.content_sp{display: inline;}
#top_image {
	background-color: #FFCCFF;
	width: 100%;
	margin-top: 120px;
}

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

#left_contents{
	width: 100%;
	margin-bottom:40px;
}
#right_contents{
	width: 100%;
	text-align: center;
}


.image_nav{
	width:250px;
	margin-left:20px;
	margin-top:10px;
}



.image_logo{ height:120px;}
.image_01{width:100%;}
.image_02{width:95%;}
.image_03{width:95%;}
.image_03_2{width:47%;}
.image_04{width:100%;}
.image_05{width:48%;}

.margin_5{margin:0 5px;}
.margin_10{margin:0 5px;}

.margin_l5{margin:0 0 0 5px;}
.margin_l10{margin:0 0 0 5px;}

.margin_r5{margin:0 5px 0 0;}
.margin_r10{margin:0 5px 0 0;}

#left_contents h2 {
	font-size: 20px;
	color: #660066;
	line-height: 140%;

}
#left_contents .txt_01 {
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
}


#f_nav{
	text-align: center;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#f_nav ul li {
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	width: 100%;
	background-image: url(../image/bg_01.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#f_nav a {
	display:block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
#f_nav a:hover{
	text-decoration: underline;
}


#footer_contents{
	width: 100%;
	margin: 0 auto; 
	text-align: center;
}

#footer_contents h1 {
	font-size: 16px;
	color: #ffffff;
	line-height: 130%;

}

.copyright{
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

}


/*************************
	@@common
*************************/

.common_b5{margin-bottom:5px;}
.common_b10{margin-bottom:10px;}
.common_b15{margin-bottom:15px;}
.common_b20{margin-bottom:20px;}
.common_b30{margin-bottom:30px;}
.common_b40{margin-bottom:40px;}
.common_b50{margin-bottom:50px;}

.common_t5{margin-top: 5px;}
.common_t10{margin-top:10px;}
.common_t20{margin-top:20px;}
.common_t30{margin-top:30px;}
.common_t40{margin-top:40px;}
.common_t50{margin-top:50px;}

.common_l5{margin-left:5px;}
.common_l10{margin-left:10px;}
.common_l20{margin-left:20px;}
.common_l30{margin-left:30px;}
.common_l40{margin-left:40px;}
.common_l45{margin-left:45px;}
.common_l50{margin-left:50px;}

.common_r5{margin-right:5px;}
.common_r10{margin-right:10px;}
.common_r20{margin-right:20px;}
.common_r30{margin-right:30px;}
.common_r40{margin-right:40px;}
.common_r45{margin-right:45px;}
.common_r50{margin-right:50px;}


.txt_color_g1{
	color: #255B5A;
}
.txt_color_gr{
	color: #666666;
}
.txt_color_w{
	color: #FFFFFF;
}
.txt_color_b {
	color: #333333;
}
.txt_color_p {
	color: #E83962;
}
.txt_color_r {
	color: #CC0000;
}

.txt_pickup{
	font-weight: bold;
	color: #CC0000;
}

.txt_pickup_l{
	font-weight: bold;
	color: #CC0000;
	font-size: 20px;
}

.txt_01 {
	font-size: 18px;
	font-weight: normal;
	line-height: 150%;
	color: #333333;
}

.txt_02 {
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	color: #006600;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.txt_03 {
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	color: #333333;
	margin:0 auto;
}


@media screen and (max-width: 1024px){

.txt_03 {font-size: 10px; width:95%;}
}



/*************************
	@@tag
*************************/

html{
	overflow-y:scroll;
	-webkit-text-size-adjust: none; /* iPhone */
}

body{
	color:#666666;
	font-size:14px;
	margin:0px;
	font-family:"ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	background-image: url(../image/bg_02.jpg);
	background-repeat: repeat;
	background-position: center;
}

a:link {
	color: #255B5A;
	text-decoration: none;
}
a:visited {
	color: #255B5A;
	text-decoration: none;
}
a:hover {
	color: #255B5A;
	text-decoration: underline;
}
a:active {
	color: #255B5A;
	text-decoration: none;
}


@media screen and (min-width: 1025px){
a:hover img {
		opacity:0.7;
			filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
}

h1 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
h2 {
	font-size: 26px;
	color: #660066;
	margin-top: 15px;
	margin-bottom: 15px;
}
h3 {
	font-size: 20px;
	color: #003300;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	font-size: 34px;

}
h5 {
	font-size: 26px;
}

address{
	font-size: 14px;
	color: #333333;
	font-style: normal;
}

ul, ol, li, dl, dt, dd,
caption, img, form, span {
        margin: 0;
        padding: 0;
        border: none;
}
