@charset "Utf-8";

/*-----------------------------------------------------------------------------------*/
/*	リセット paddingリセット
/*-----------------------------------------------------------------------------------*/

*{
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding:0;
    margin:0;
    -webkit-box-sizing: border-box;	/**	widthにpaddingを含める	**/
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

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, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th,{
	margin:0px;
	padding:0px;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

body {
	font-size: 14px;
	color: #333333;
}


/*-----------------------------------------------------------------------------------*/
/*	リンク画像透過共通指定　hr装飾
/*-----------------------------------------------------------------------------------*/

.content a img {
    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
}
.content a img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
} 


.link_img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}


hr{
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin-top: 5px;
	margin-bottom: 5px;
}

/*********** youtube ***********/

.youtube_wrapp{
	max-width: 480px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 460px !important;
  max-height: 315px !important;
}

/*********** 解除・調整・その他 ***********/

.clear{clear: both;}

.align_center{
	text-align: center;
}

.space_10{margin-bottom: 10px;}
.space_20{margin-bottom: 20px;}
.space_30{margin-bottom: 30px;}
.space_40{margin-bottom: 40px;}
.space_50{margin-bottom: 50px;}

.only_pc{}
.only_moblie{display: none;}


/*********** ページ全体設定 ***********/
.container{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.h2_nomal{
	background-image: url(img/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 35px;
	padding-left: 40px;
	padding-top: 5px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}

.h3_yellow{
	background-color: #f5f5dc;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: 800;
	font-size: 115%;
	border: 2px dotted;
	border-color: #ff9900;
}

.h4_blue{
	background-color: #dce9f5;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-weight: 800;
	font-size: 110%;
	margin-top: 10px;
	border: 1px dotted #999999;
}

.table{
	width: 100%;
	margin-bottom: 10px;
}

.table tr th{
	padding: 3px;
	border-bottom: 2px dotted #666666;
}

.table tr td{
	border-bottom: 1px dotted #666666;
}


/*********** ページヘッダー ***********/

.header{}
.header_logo{
	float: left;
}

.header h1{
	font-size: 100%;
	font-weight: 400;
}

.header_img{
	background-image: url(img/header_bg.jpg);
	height: 300px;
}


/*********** パンくずリスト ***********/

.pan_list{
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pan_list li{
	float: left;
	margin-right: 10px;
}



/*********** ページフッター ***********/

.footer{
	margin-top: 50px;
	padding-top: 50px;
	background-color: #ffe4e1;
	padding-bottom: 50px;
}

.copy a{
	text-decoration: none;
	color: #333333;
}


/******************** 問い合わせフォーム ***********************/
.list{
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.list li{
	list-style-image:url(m/mimg/menu.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	padding-left: 3px;
	font-size:110%;
	color:#666666;
	line-height: 130%;
	list-style-position: outside;
}
.list li input{
	font-size: 120%;
	width: 150px;
}

.require {color: #CC0000;}
.small {
	font-size:100%;
	display: block;
	margin-top: 5px;
	width: 95%;
}


.table_form{
	width: 98%;
}

.table_date{
	width: 98%;
	font-size: 115%;
}


.table_form tr th, .date_th{
	border-bottom: 2px dotted #666666;
	text-align: center;
	height: 30px;
	width: 40%;
}

.table_form tr td, .date_td{
	border-bottom: 1px dotted #666666;
	height: 30px;
	width: 60%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table_form tr td input{
	font-size: 120%;
}

.table_form tr td select{
	font-size: 120%;
}

.with_40{
	width:40%;
  	font-size:115%;
}

.with_95{
	width: 95%;
	font-size: 115%;
}

label {
	margin-left: 10px;
   border: 1px solid #999999;  /* 枠線 */
   border-radius: 9px;         /* 枠線の角丸 */
   padding: 2px 6px 2px 2px;   /* 内側の余白 */
   margin-bottom: 4px;         /* 外側の下の余白 */
   display: inline-block;      /* 途中で改行させない */
   cursor: pointer;            /* マウス形状を手形に */
}

label:hover {
   background-color: #999999;  /* 背景色 */
   color: white;            /* 文字色 */
}

.width_45{
	width: 45px;
	display: inline-block;
	text-align: right;
}

.button {
    text-align:center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.button input {
    min-width:100px;
	_width:100px;
    margin:0 5px;
	padding:0 5px;
	height: 30px;
    border:solid 2px;
    border-color:#ddd #aaa #aaa #ddd;
	border-radius:5px;
    background-color:#ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    line-height:1.4;
    cursor:pointer;
}

.button input:hover{
	background-color: #dcdcdc;
	font-weight: 700;
}




/************** googleimagesearch_ui ***************/
/*.listCover
------------------------- */
.listCover {
	margin: 0 auto;
	text-align: left;
}

/* .listItem
------------------------- */
.listCover .listItem {
	width: 325px;
	padding: 10px 10px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}
.listCover .listItem img {
	width: 305px;
    -webkit-box-shadow: 0px 1px 2px #656565;
       -moz-box-shadow: 0px 1px 2px #656565;
            box-shadow: 0px 1px 2px #656565;
			box-shadow: 0px 1px 2px #656565;	
}
.listCover .active {
	background: url(../img/activeArrow.gif) no-repeat bottom center;
}
.listCover .listItem .selfRep {
	display: none;
}

/* .expandField
------------------------- */
.expandField {
	padding: 10px 0;
	width: 100%;
	text-align: left;
	display: block;
	background-color: #222;
	float: left;
	position: relative;
	overflow: hidden;
}
.expandField .btnClose {
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/btnClose.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .btnPrev {
	top: 40%;
	left: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/btnPrev.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .btnNext {
	top: 40%;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/btnNext.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .selfRepInner {
	padding: 30px 30px;
	text-align: center;
	position: relative;
}
.expandField .selfRepInner .secLeft,
.expandField .selfRepInner .secRight {
	width: 100%;
	float: left;
}
.secLeft img{
	width: 90%;
}

.expandField .selfRepInner .secLeft {
	text-align: center;
	color: #dcdcdc;
}
.expandField .selfRepInner .secRight {
	text-align: left;
	color: #fff;
}


/* =======================================
	ClearFix
======================================= */
.listCover:before,
.listCover:after,
.expandField .selfRepInner:before,
.expandField .selfRepInner:after {
	content: " ";
	display: table;
}
.listCover:after,
.expandField .selfRepInner:after {clear: both;}
.listCover,
.expandField .selfRepInner {*zoom: 1;}


/*********** ページ内基本グリッド分割枠 ***********/

.one_half {
	width:48%;
}

.one_third {
	width:30.66%;
}

.two_third {
	width:65.33%;
}

.one_fourth {
	width:22%;
}

.three_fourth {
	width:74%;
}

.one_fifth {
	width:16.8%;
}

.two_fifth {
	width:37.6%;
}

.three_fifth {
	width:58.4%;
}

.four_fifth {
	width:67.2%;
}

.one_sixth {
	width:13.33%;
}

.five_sixth {
	width:82.67%;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position:relative;
	margin-right:4%;
	float:left;
}

.last {
	margin-right:0 !important;
	clear:right;
}