﻿@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #555;
	margin: 20px 0;
	padding: 0px;
	line-height: 180%;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: #fff;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
	background-position: 0% top;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}
table.menu {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
	float: left;
}
td.menuphoto {
	width: 150px;
}
p.cr1{
	clear: both;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #1f2289;
	text-decoration: underline;
}
a:hover {
	color: #1f2289;
	text-decoration: none;	
}

/*ヘッダー
----------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;
	
}
header #inner {
	width: 982px;
	height: 168px;
	margin: 0 auto;
	position: relative;
background-color: #ffffff;

border-radius: 10px 10px 0px 0px;	
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
}

header h1{
	color: #666;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	font-weight: normal;
	padding:10px 10px 5px 0;
}
/*ロゴ画像*/
header img {
	margin:0 0 0 20px;

}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 984px;
	margin: 0 auto;
	background-color: #ffffff;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	margin:15px 0 0 0px;
}

nav#menubar ul li span{
	border-bottom: 4px solid #ffd321;
}

nav#menubar ul li {
	float: left;
	width: 159px;
	margin-left: 6px;
	margin-bottom: 0px;
	padding: 0 0 0 0px;
	font-size: 12px;
	line-height: 24px;

}
nav#menubar ul li a {
	text-decoration: none;
	display: block;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 10px 0px;
	color: #ffffff;
background: #4e2823; /* Old browsers */


}

nav#menubar ul li:first-child {
	margin-left: 0px;
}

nav#menubar ul li a:hover,
nav#menubar ul li.current a {
	background-color: #9C5046;
	color: #ffffff;
}

/*メイン画像
-------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 0px;
}


/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	background-repeat: repeat;
	
	
background: #e5e5e5; 
}

/*左カラム
---------------------------------------------------------------------------*/
#sub_left {
	float: left;
	width: 189px;
	padding: 20px 0px 30px;
	
}

#sub_left ul {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 16px;
	text-align:center;
}

#sub_left ul li a {
	text-decoration: none;
	display: block;
	padding: 15px 10px;
	margin-bottom: 5px;
	color: #ffffff;
	text-decoration: none;
	background: #4e2823; /* Old browsers */



}

#sub_left ul li a:hover {
	text-decoration:none;
background-color: #9C5046;
	color: #ffffff;

}


/*中央カラム
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 554px;
	padding: 20px 15px 30px 15px;
	background-color: #ffffff;
	
}

#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	padding: 10px 0 8px 10px;
	color: #4e2823;
	background: #d0bcb5; /* Old browsers */
	
	
	border-bottom: 3px solid #b18648;
}

#main p {
	padding: 0 15px 2em;
}

#main p  strong{
	color: #c00606;
}

#main table{
	width: 95%;
	border: 2px solid #ffffff;
	border-collapse: separate;
	line-height: 18px;
	font-size: 14px;
	margin:0 auto 5px;
}

#main th{
	width: 20%;
	border: 2px solid #ffffff;
	border-collapse: collapse;
	line-height: 18px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	background-color: #9e523b;
	font-weight: normal;
	padding: 10px;
	color: #ffffff;
}

#main td{
	border: 2px solid #ffffff;
	border-collapse: collapse;
	line-height: 22px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	padding:10px;
	background-color: #ffffff;
}

/*右カラム
---------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 189px;
	padding: 20px 11px 30px 0px;
}
#sub nav{
	margin:0 auto;
}

#sub h2 {
	font-size: 13px;
	padding: 8px 0px;
	text-align: center;
	color:#ffffff;
	font-weight: normal;
	background: #4e2823; /* Old browsers */
	
	border-bottom: 3px solid #b18648;
}

#sub ul.submenu {
	margin:0 auto 20px;
	font-size: 12px;
	line-height: 16px;
	background: #fff;
	padding: 15px 0px;
	color: #000;
}

#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	
	background: #fff;	
	margin-bottom: 1px;	
	color: #001FC5;
	text-decoration:underline;
}

#sub ul.submenu li a:hover {
	background: #fff;
	color: #001FC5;
	text-decoration:none;
}

.sub_text {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
	background: #fff;
	padding: 10px 10px;
	color: #000;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #ffffff;
	border-top: 2px dotted #b18648;
	width: 984px;
	margin: 0 auto;
	border-radius: 0px 0px 10px 10px;	
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
	
}
footer .pr {
	display: block;
	font-size: 80%;
}

footer a {
	color: #666;
	text-decoration: underline;
}
footer a:hover {
	color: #666;
	text-decoration: none;	
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #0c3ecc;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.sortbox {
	text-align: right;
	margin-bottom: 15px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	background: #FFF;
}
.big1 {
	font-size: 130%;
}
img {
	max-width: 100%;
	height: auto;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
#menubar_hdr {
	display: none;
}

.contact_btn{
	width:50%;
	text-align:center;
	margin:0 auto 20px;
}

#privacy li{
	list-style-position: outside;
	margin:0 10px 0 30px;
}


/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*ヘッダー
---------------------------------------------------------------------------*/
header #inner {
	width: 100%;
	border-right: none;
	border-left: none;
}
/*ロゴ画像*/
header p {
	text-align:center;
}

header h1{
	text-align:center;
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 10px;
	
}

#contents{
	border-right: none;
	border-left: none;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	margin: 10px;
}

nav#menubar ul li {
	width: 50%;
	margin-left: 0px;
	margin-bottom: 5px;
}
nav#menubar ul li:nth-child(odd) {
	margin-right: 1%;
	width: 49%;
}

nav#menubar ul li:first-child {
}

nav#menubar ul li a:hover,
nav#menubar ul li.current a {
	
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	clear: both;
}

#sub{
	padding: 20px 5px 30px 5px;
}


/*中央カラム
---------------------------------------------------------------------------*/
#main {
	padding: 20px 0 30px 0px;
}

/*左カラム
---------------------------------------------------------------------------*/
#sub_left {
	display:none;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {
	display: none;
}

/*フッター
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	
	width: 100%;
	margin: 0 auto;
}

.contact_btn{
	width:80%;
	text-align:center;
	margin:0 auto 20px;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*ヘッダー
---------------------------------------------------------------------------*/
body{
	margin:0;
}
header #inner {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	text-align: center;
	border: none;
	border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;

}
/*ロゴ画像*/
header p {
	text-align:left;
}

header h1{
	text-align:center;
}

/*ロゴ画像*/
header img {
	margin:0 auto 0;
	width:60%;
text-align:center;
}

header p {
text-align:center;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 10px;
}

#contents{
	border-right: none;
	border-left: none;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	margin: 10px;
}

nav#menubar ul li {
	width: 50%;
	margin-left: 0px;
	margin-bottom: 5px;
}
nav#menubar ul li:nth-child(odd) {
	margin-right: 1%;
	width: 49%;
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
}

nav#menubar ul li a:hover,
nav#menubar ul li.current a {
	
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	clear: both;
}

#sub{
	padding: 20px 5px 30px 5px;
}

/*中央カラム
---------------------------------------------------------------------------*/
#main {
	padding: 20px 0 30px 0px;
}

#main p {
	padding: 0em 5px 2em;
}

/*左カラム
---------------------------------------------------------------------------*/
#sub_left {
	display:none;
}

/*フッター
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	
	width: 100%;
	margin: 0 auto;
}

.contact_btn{
	width:90%;
	text-align:center;
	margin:0 auto 20px;
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}

.ta1 td{
	width: auto;
	padding: 2px;
}

.ta1 th{
	width: 100px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
.ws {
	width: 96%;
}

body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	z-index: 10;
}

#privacy{
	font-size:12px;

}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*************************************************************
【marginの設定】
*************************************************************/
.m0{margin:0 !important}
.mt0{margin-top:0 !important}
.mr0{margin-right:0 !important}
.mb0{margin-bottom:0 !important}
.ml0{margin-left:0 !important}

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m35{margin:35px !important}
.mt35{margin-top:35px !important}
.mr35{margin-right:35px !important}
.mb35{margin-bottom:35px !important}
.ml35{margin-left:35px !important}

.m40{margin:40px !important}
.mt40{margin-top:40px !important}
.mr40{margin-right:40px !important}
.mb40{margin-bottom:40px !important}
.ml40{margin-left:40px !important}

.m45{margin:45px !important}
.mt45{margin-top:45px !important}
.mr45{margin-right:45px !important}
.mb45{margin-bottom:45px !important}
.ml45{margin-left:45px !important}

.m50{margin:50px !important}
.mt50{margin-top:50px !important}
.mr50{margin-right:50px !important}
.mb50{margin-bottom:50px !important}
.ml50{margin-left:50px !important}

.m55{margin:55px !important}
.mt55{margin-top:55px !important}
.mr55{margin-right:55px !important}
.mb55{margin-bottom:55px !important}

.ml55{margin-left:55px !important}
.m60{margin:60px !important}
.mt60{margin-top:60px !important}
.mr60{margin-right:60px !important}
.mb60{margin-bottom:60px !important}
.ml60{margin-left:60px !important}

.m65{margin:65px !important}
.mt65{margin-top:65px !important}
.mr65{margin-right:65px !important}
.mb65{margin-bottom:65px !important}
.ml65{margin-left:65px !important}

.m70{margin:70px !important}
.mr70{margin-right:70px !important}
.mb70{margin-bottom:70px !important}
.ml70{margin-left:70px !important}

.m75{margin:75px !important}
.mt75{margin-top:75px !important}
.mr75{margin-right:75px !important}
.mb75{margin-bottom:75px !important}
.ml75{margin-left:75px !important}

.m80{margin:80px !important}
.mt80{margin-top:80px !important}
.mr80{margin-right:80px !important}
.mb80{margin-bottom:80px !important}
.ml80{margin-left:80px !important}


.mlrb30{margin:10px 30px 30px !important}
.ml90{margin-left:90px !important}

/**************************************************************
【paddingの設定】
**************************************************************/
.p0{padding:0 !important}		
.pt0{padding-top:0 !important}	
.pr0{padding-right:0 !important}
.pb0{padding-bottom:0 !important}
.pl0{padding-left:0 !important}	

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}

.p20{padding:20px !important}
.pt20{padding-top:20px !important}
.pr20{padding-right:20px !important}
.pb20{padding-bottom:20px !important}
.pl20{padding-left:20px !important}

.p30{padding:30px !important}

.p4050{padding:40px 50px !important}

.pb30{padding-bottom:30px !important}
.pb40{padding-bottom:40px !important}
.pb50{padding-bottom:50px !important}
.pb80{padding-bottom:80px !important}

/**************************************************************
【widthの設定】
**************************************************************/
.w50{width:50px;}
.w100{width:100px;}
.w130{width:130px;}
.w180{width:180px;}
.w200{width:200px;}
.w220{width:220px;}
.w250{width:250px;}
.w350{width:350px;}
.w400{width:400px;}
.w450{width:450px;}
.w500{width:500px;}
.w600{width:600px;}
.w700{width:700px;}
.w710{width:710px;}
.w876{width:876px;}

/**************************************************************
【heightの設定】
**************************************************************/
.h10{height:10px;}
.h30{height:30px;}
.h100{height:100px;}
.h200{height:200px;}


/**************************************************************
【配置設定】
**************************************************************/
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

.f_left{float:left;}
.f_right{float:right;}

/**************************************************************
【文字装飾】
**************************************************************/
.red1{color:#F00;}/*明るい赤 */
.red2{color:#D90000;}/*暗い赤 */
.red1_b{color:#F00;font-weight:bold;}/*太字・明るい赤 */
.red2_b{color:#D90000;font-weight:bold;}/*太字・暗い赤 */
.blue{color:#00F;}/*青 */
.bl{color:#0085B2;}/*青 */
.or{color:#FF7F00;}/*オレンジ */
.blk{color:#000;}/*黒 */
.gr{color:#999;}/*グレー */
.pk{color:#FF4C4C;}/*ピンク */
.underline{text-decoration:underline;}/*アンダーライン */
strong{font-weight:bold;}/*太字 */
.bg_y{background-color:#FFDC73; padding:5px 5px 0px;
display:inline-block;}/*背景オレンジ */

.font12{font-size:12px;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font22{font-size:22px;}
.font24{font-size:24px;}
.font26{font-size:26px;}
.font30{font-size:30px;}

