@charset "utf-8";
/* ||||||||||||||||||||||||||||||||||||||||||||||

	汎用・共通パーツCSS
	
||||||||||||||||||||||||||||||||||||||||||||||||| */

/*【目次】
======================================
↓↓↓原則変更しない↓↓↓
======================================
●リセット
●汎用フォント設定
●汎用マージン設定
●汎用幅設定
●テーブル
●画像
●リスト
●フロート
●フロート要素の周囲の余白
●ブロック要素センター寄せ
●テキスト
●文字寄せ
●カラム
======================================
↓↓↓サイトごとに可変↓↓↓
======================================
●フォントfamily
●行間/行の高さ
●フォントコントロール
●リンク色
●テキスト色
●リスト
●テーブル
●横並び定義リスト
●回りこみ画像
●フォームのテキスト入力エリア

*/

/*======================================
↓↓↓原則変更しない↓↓↓
======================================*/
/* --------------------------------------------------------------------------------
	リセット
-------------------------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
/* --------------------------------------------------------------------------------
	汎用フォントサイズ設定
-------------------------------------------------------------------------------- */
body{*font-size:small;*font:x-small;}.text10{font-size:77%;}.text11{font-size:85%;}.text12{font-size:93%;}.text13{font-size:100%;}.text14{font-size:108%;}.text15{font-size:116%;}.text16{font-size:123.1%;}.text17{font-size:131%;}.text18{font-size:138.5%;}.text19{font-size:146.5%;}.text20{font-size:153.9%;}.text21{font-size:161.6%;}.text22{font-size:167%;}.text23{font-size:174%;}.text24{font-size:182%;}.text25{font-size:189%;}.text26{font-size:197%;}table{font-size:inherit;font:100%;}
/* --------------------------------------------------------------------------------
	汎用マージン設定
-------------------------------------------------------------------------------- */
.marB0{margin-bottom:0!important;}.marB1{margin-bottom:1em!important;}.marB2{margin-bottom:2em!important;}.marB3{margin-bottom:3em!important;}.marB4{margin-bottom:4em!important;}.marT0{margin-top:0!important;}.marT1{margin-top:1em!important;}.marT2{margin-top:2em!important;}.marT3{margin-top:3em!important;}.marT4{margin-top:4em!important;}.marL0{margin-left:0!important;}.marL1{margin-left:1em!important;}.marL2{margin-left:2em!important;}.marL3{margin-left:3em!important;}.marL4{margin-left:4em!important;}.marR0{margin-right:0!important;}.marR1{margin-right:1em!important;}.marR2{margin-right:2em!important;}.marR3{margin-right:3em!important;}.marR4{margin-right:4em!important;}
/* --------------------------------------------------------------------------------
	汎用幅設定
-------------------------------------------------------------------------------- */
.width-100{width:100%}.width-90{width:90%}.width-80{width:80%}.width-75{width:75%}.width-70{width:70%}.width-66{width:66.6%}.width-65{width:65%}.width-60{width:60%}.width-50{width:50%}.width-40{width:40%}.width-35{width:35%}.width-33{width:33.3%}.width-30{width:30%}.width-25{width:25%}.width-20{width:20%}.width-10{width:10%}
/* --------------------------------------------------------------------------------
	テーブル
-------------------------------------------------------------------------------- */
table > th,
table > td {
	vertical-align: top;
}
/* --------------------------------------------------------------------------------
	画像
-------------------------------------------------------------------------------- */
img {
	vertical-align: bottom;
	max-width: 100%;
}
/* --------------------------------------------------------------------------------
	リスト
-------------------------------------------------------------------------------- */
ul li {
	list-style: none;
}

ol li {
	margin-left: 1.5em;
}

/* --------------------------------------------------------------------------------
	フロート
-------------------------------------------------------------------------------- */
.right {
	float: right!important;
}

.left {
	float: left!important;
}

/* フロートクリア */
.clr {
	clear: both!important;
}

/* --------------------------------------------------------------------------------
	フロート要素の周囲の余白
-------------------------------------------------------------------------------- */
.right.padding {
	padding-left: 2em!important;
}

.left.padding {
	padding-right: 2em!important;
}

/* --------------------------------------------------------------------------------
	ブロック要素センター寄せ
-------------------------------------------------------------------------------- */
.center {
	margin-left: auto!important;
	margin-right: auto!important;
	float: none!important;
}

/* --------------------------------------------------------------------------------
	テキスト
-------------------------------------------------------------------------------- */
/* 太字 */
.bold {
	font-weight: bold;
}

/* 小さい字 */
.small {
	font-size: 90%;
}

/* --------------------------------------------------------------------------------
	文字寄せ
-------------------------------------------------------------------------------- */
.text-right {
	text-align: right!important;
}

.text-center {
	text-align: center!important;
}

.text-left {
	text-align: left!important;
}

/* --------------------------------------------------------------------------------
	カラム
-------------------------------------------------------------------------------- */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}.row{margin-left:-15px;margin-right:-15px}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}

/*======================================
↓↓↓サイトごとに可変↓↓↓
======================================*/
/* --------------------------------------------------------------------------------
	フォントfamily + ベースフォントサイズ + ベースカラー
-------------------------------------------------------------------------------- */
body {
	font: 13px "meiryo","Times New Roman",sans-serif;  
	color: #222222;
	font-style: normal;
 font-weight: normal;
}

footer {
	color: #FFFFFF;
}

i {
	color: #FFFFFF;
}

h4 {
	font-weight: normal;
}

/* -----キャッチコピー----- */
.chatch-txt {
	font-size: 12px;
	line-height: 1.8em;
}

.more-dagdart {
	color: #dd4e4e;
	font-size: 12px;
	padding-top: 10px;
}
/* -----キャッチコピー----- */


/* -----コンテンツ----- */
li {
	line-height: 1.7em;
}

.cont-box01 li h3 {
	font-family: "meiryo";
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
}

.media .cont-box01 li h3 {
	margin: 20px 0 10px;
}

.place dl dd {
	line-height: 1.4em;
}

.footer-inner h3 {
	font-size: 18px;
	font-weight: bold;
}

.footer-info p {
	font-size: 16px;
}

.footer-info p:last-child {
	font-size: 13px;
	margin-top: 10px;
	margin-left: 29px;
}


.copy-inner {
	font-size: 11px;
	font-style: normal;
	padding: 5px 0;
}
/* -----コンテンツ----- */

/* --------------------------------------------------------------------------------
	リンク色
-------------------------------------------------------------------------------- */
a, a:link, a:visited, a:active {
	color:#222222;
	text-decoration: underline;
	cursor:pointer;
}

a:hover, a:focus{
	text-decoration: none;
	color: #222222;
}

/* -----フッターリンクボックス----- */
.mail a:link { color: #ffffff;text-decoration: underline; }
.mail a:visited { color: #ffffff;text-decoration: underline; }
.mail a:hover { color: #ffffff;text-decoration: none; }
.mail a:active { color: #ffffff;text-decoration: underline; }

.footer-link li a{ color: #FFFFFF;text-decoration: none; }
.footer-link li a:link { color: #FFFFFF;text-decoration: none; }
.footer-link li a:visited { color: #FFFFFF;text-decoration: none; }
.footer-link li a:hover { color: #000000;text-decoration: none; }
.footer-link li a:active { color: #000000;text-decoration: none; }
/* -----フッターリンクボックス----- */


/* じわっとホバー */
a, button {
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}