@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;
list-style-position:outside;
margin:0;
padding-left:1.25em
}


ol li span {
position: absolute;
left:0;
margin:0
}


table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}





/* -------------------------------------------------------------- */

body{
	font-size: 14px;
	font-family: serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
	line-height: 1.7;
	background: #fff;
	-webkit-text-size-adjust: none;
	color: #333333;
	font-weight: normal;
}

html{background:#fff;}


/* リンク設定
------------------------------------------------------------*/
a{
	color: #000000;
}
a:hover{
	opacity: 0.6;
}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
	margin: 0 auto;
	width: 780px;
}


/*************
/* ヘッダー
*************/
h1{
font-size:10px;
line-height:1.6;
font-weight:normal;
}

#header{
	overflow: hidden;
	padding-top: 5px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4px;
}

* html #header{height:1%;}


/*************
/* ロゴ
*************/
#header .logo{
	float: left;
	padding-top: 18px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.logo a{
font-size:16px;
font-weight:bold;
line-height:1;
color:#333;
text-decoration:none;
}

.logo span{
font-size:10px;
font-weight:normal;
color:#333;
}

.info{
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	width: 337px;
	clear: none;
}

.tel strong{
font-size:16px;
font-weight:bold;
}


/**************************
/* トップナビゲーション
**************************/
ul#topnav{
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 0px;
	float: right;
	margin-top: 28px;
	height:31px;
}

* html ul#topnav{height:1%;}

ul#topnav li{
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-left: 12px;
	margin-right: 12px;
}

ul#topnav a{
	color: #333;
	font-size: 14px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

ul#topnav li:last-child {
		margin-right: 0px;
}

ul#topnav li.active a,ul#topnav a:hover{
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
}


/**************************
/* トップメイン
**************************/
#mainBanner{
	margin: 35px auto 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	position: relative;
	line-height: 0;
}

#mainBanner img{
max-width:100%;
height:auto;
}

#wrapper .topmain h2 {
	font-size: 20px;
	padding-bottom: 13px;
}

span.tsume {
    letter-spacing: 0.1em;
    font-size: 90%;
}

span.tsume02 {
    letter-spacing: 0em;
    font-size: 100%;
}

span.tsume03 {
    letter-spacing: 0.2em;
    font-size: 14px;
}

span.tsume00 {
    letter-spacing: 0em;
}

span.tsume80 {
    letter-spacing: 0.12em;
    font-size: 70%;
}

span.tsume70 {
    letter-spacing: 0.12em;
    font-size: 65%;
}

.topmain {
	margin-top: 45px;
	margin-bottom: 45px;
}
body p {
	font-size: 16px;
	font-family: serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
	line-height: 2em;
	text-justify: inter-ideograph;
	text-align: justify;
	letter-spacing: 0.1em;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
padding:20px 0;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.colDark,.colLight{
padding-bottom:5px;
color:#fff;
background:#1c1c1c;
}

.colLight{background:#005c98;}

.colDark h3,.colLight h3{
margin:10px 10px 5px;
font-size:14px;
font-weight:bold;
}

.colDark a,.colLight a{
display:block;
padding:3px;
border-radius:3px;
color:#fff;
background:#005c98;
}

.colLight a{background:#1c1c1c;}

.colLight a:hover,.colDark a:hover{
color:#1c1c1c;
background:#fff;
}

#sub .grid h3{
	margin-bottom: 17px;
	font-size: 16px;
	line-height:18px;
}

#sub .grid h3 span {
	display:block;
	margin-bottom: 5px;
}
	
.grid p{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.grid ul{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.grid li{
	padding: 5px 0;
	list-style: inside;
}

.grid li a{
text-decoration:none;
}

.gridWrapper img{
max-width:100%;
height:auto;
}




/* フッター内のグリッド(3カラム) */
#footer .grid{
background:transparent;
}

#footer .col3 ul{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 10px;
}

#footer .col3 li{
	padding-top: 0;
	padding-right: 34px;
	padding-left: 0px;
	padding-bottom: 0;
	margin-bottom: 3px;
	list-style: none;
	border-bottom: 0;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


/*************
メイン コンテンツ
*************/
section.content{
    margin-bottom: 50px;
    overflow: hidden;
    float: left;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
	font-family: 'Libre Baskerville', serif;
	padding-left: 0px;
	margin-bottom: 17px;
	font-size: 14px;
	font-size:#333333
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 1px;
}

.alignright{
float:right;
clear:right;
margin:3px 1px 10px 10px;
}

img.frame,#gallery img{
border:4px solid #fff;
box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}

#gallery .gridWrapper{padding:0;}

#gallery img{
margin:5px;
}

section#gallery{overflow:visible;}


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:10px;
border:1px solid #ddd;
}

table.table th{
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
background:#eee;
}



/*************
/* フッター
*************/
#footer{
clear:both;
padding:10px 0 40px 0;
overflow:hidden;
font-size:11px;
}

* html #footer{height:1%;}

#footer .inner .gridWrapper .grid.col4 dl dt {
	color: #999999;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 20px;
	font-weight: bold;
}
#footer .inner .gridWrapper .grid.col4 dl dd {
	font-size: 12px;
	line-height: 21px;
	color: #999999;
}
#footer .grid.col3 .alignright a {
	font-weight: bold;
	text-decoration: none;
}
#footer .inner .gridWrapper .grid.col4 a {
	float: right;
	margin-top: 5px;
}
#footer .copyright{
margin-top:40px;
font-size:10px;
}
#footer .inner .gridWrapper .grid.col4 dl dt .dc {
	float: none;
	text-decoration: none;
	color: #999999;
}



/* PC用 */
	#wrapper,.inner{
	width: 780px;
	padding: 0;
	}
	
	#wrapper{
	padding-bottom: 20px;
}
	
	#main{
	float:right;
	width:690px;
	margin-top:20px;
	}
	
	#subpage #sub{
	float:left;
	width:235px;
	overflow:hidden;
	margin-top:20px;
	}
	
	
	/* グリッド */
	.grid_top{
	width: 240px;
	margin-right: 30px;
	float:left;
	overflow:hidden;
	margin-top:20px;
}

	.grid{
	width: 240px;
	margin-right: 30px;
}

	.grid2{
	width: 340px;
	margin-right: 30px;
}
	.grid2{
	width: 320px;
	float:left;
	margin-right: 40px;
}

	.grid3{
	width: 400px;
	float:right;
	margin-right: 0px;
}

	.col2{width:470px;}

	.col2a{width:510px;}

	.col3a{width:780px;}

	.col3{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	border-bottom: 1px solid #CCD3D4;
	height: 40px;
}
	.col4{
	width: 208px;
	margin-left: auto;
	margin-right: auto;
	float: right;
}
	#gallery .grid{width:230px;}
	#subpage #sub .grid{
	width:100%;
	float:none;
	padding-bottom:30px;
	}
	
/* トップグリッド */
.number {
	font-family: 'Cinzel', serif;
    font-style: normal;
	font-size: 50px;
	color: #999999;
	text-align: center;
	line-height: 1em;
	float: left;
	margin-right: 10px;
	width: 60px;
	font-weight: 700;
}
#wrapper #sub .grid h3 span {
	font-size: 12px;
}
#wrapper #sub .grid .number img {
	top: -25px;
	z-index: 1;
	position: relative;
}
.artleft{
	margin-right: 0px;
}

/* サブページ */
.smallmain{
	width: 520px;
	margin-left: auto;
	margin-right: auto;
}
#nav_right {
	float: right;
	z-index: 10;
	position: fixed;
	right: 0px;
	padding-top: 45px;
}
#nav_left {
	float: left;
	z-index: 10;
	position: fixed;
	padding-top: 45px;
}
.big {
	font-size: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 8px;
	margin-left: 0px;
	width: auto;
	text-align: left;
}
.col5{
	width: 528px;
	margin-top: 16px;
	margin-bottom: 28px;
}
.col6{
	width: 193px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 16px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left: 29px;
}

.col6 img {
	max-width: 193px;
   height: auto;
   margin-top: 30px;
}

sup.small2 {
	font-size: 10px;
	}

#wrapper .topmain .grid.col5 h4 {
	font-family: serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
	font-size: 14px;
	line-height: 1.5em;
	color: #5C440C;
	margin-bottom: 36px;
}
#wrapper .topmain .grid.col5 h2 {
	font-family:serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
	font-size: 32px;
	color: #5C440C;
	clear: both;
	line-height: 1.2;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.1em;
}

#wrapper .topmain .grid.col5 h2 span.size80 {
	font-size: 80%;
}
	

#wrapper .topmain .grid.col5 h2.tin {
	letter-spacing: 0.1em;
}
	
#wrapper .topmain .grid.col5 h3 {
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	line-height: 24px;
	color: #5C440C;
	letter-spacing: 0.3em;
	text-align: justify;
	margin-bottom: 12px;
	font-weight: 400;
	font-style: italic;
}
#wrapper .content article h3 {
	font-family: serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
	font-size: 16px;
	line-height: 24px;
	color: #5C440C;
	letter-spacing: 0em;
	margin-bottom: 12px;
	font-weight: 400;
}
#wrapper .topmain .grid.col5 h3 span,#wrapper .content article h3 span {
	font-size: 12px;
	color: #5C440C;
}
#wrapper .topmain .grid.col6 p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 4px;
	text-align: left;
}
.reason {
	border: 1px solid #CCD3D4;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#wrapper .topmain .grid.col6 .reason p {
	font-size: 14px;
	line-height: 26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper .topmain .grid.col6 .reason h4,#wrapper .content .heading {
	font-size: 20px;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	color: #5C440C;
	margin-bottom: 10px;
	letter-spacing: 3px;
}
#wrapper .topmain .grid.col6 .reason h4 span {
	font-size: 14px;
	margin-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper .topmain .grid.col5 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#wrapper .content article .grid h4 {
	font-size: 16px;
	line-height:30px;
	color: #5C440C;
	margin-bottom: 20px;
}

#wrapper .content article .grid h4.h4-2 {
	font-size: 16px;
	line-height:25px;
	color: #5C440C;
	margin-bottom: 0px;
}

#wrapper div.grid3 p.p-2 {
	margin-bottom: 20px !important;
}

#wrapper .content article .grid h4.long {
	font-size: 16px;
	line-height:20px;
	color: #5C440C;
	margin-bottom: 20px;
}

#wrapper .content article .grid p, #wrapper .content article .grid dl {
	font-size: 12px;
	line-height: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#wrapper .content article .grid dl dt, #wrapper .content.topmain .over50 .sum dt {
	letter-spacing: 0.1em;
    float: left;
}
#wrapper .content article .grid dl dd {
    letter-spacing: 0.1em;
	margin-left: 60px;
    float: none;
}

#wrapper .content article .grid h4 span.status {
	font-size: 12px;
	margin-right: 6px;
	margin-left: 0px;
	letter-spacing:0.2em;
}
#wrapper .content article .grid h4 span.name {
	font-size: 20px;
	letter-spacing:0.2em;
}
#wrapper .content article .grid h4 span.en {
	margin-left: 12px;
	font-size: 9px;
	letter-spacing:0.2em;
}

#wrapper .content article .grid h4 span.en_long {
	font-size: 9px;
	letter-spacing:0.2em;
	line-height:12px;
}



.w520 {
	width: 520px;
}
.rep{
	margin-bottom: 54px;
	min-height: 200px;	
}

#wrapper .content.topmain h3 {
	font-size: 20px;
	line-height: 24px;
	color: #5C440C;
	margin-bottom: 24px;
}
section.content .under40 {
	margin-bottom: 40px;
}
section.content .under50 {
	margin-bottom: 50px;
}
section.content .sum {
	margin-bottom: 50px;
	width: 520px;
}
.over5{
	margin-top: 5px;
}

.over50 {
	margin-top: 50px;
	background-image: url(../2015%20-%20Copy/url);
}
.over50 p {
	font-family: serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.1em;
}
.over50 dl,.over50 ul {
	font-size: 14px;
	line-height: 26px;
}
#wrapper .content.topmain .smallmain h4 {
	font-size: 16px;
	margin-bottom: 20px;
}
#wrapper .content h5 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 24px;
	color:#5C440C;
}
#wrapper .content.topmain .over50 h6 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
}

#wrapper .content.topmain .over50 .sum dd {
	margin-left: 70px;
}
#wrapper #sub .grid h3 .lineh {
	line-height: 1em;
}
#wrapper #sub .grid .lineh {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#footer .inner .gridWrapper .grid.col4 dl dd a {
	float: none;
	font-size: 12px;
	line-height: 21px;
	color: #999999;
}
#wrapper .content.topmain .grid.col5 .cat {
	font-family: serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
	font-size: 16px;
	padding-right: 5px;
	color: #999999;
	padding-bottom: 64px;
 }
#wrapper .grid_top .cat_top {
	float: left;
	font-family: serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
	text-align: center;
	font-size: 12px;
	line-height:18px;
	color: #999999;
	clear: left;
	width: 60px;
	margin-right: 10px;
	margin-bottom: 30px;
}

#wrapper #sub .grid .cat_top span {
	font-size:0.8em;
	letter-spacing:-0.1em;
}

#wrapper .content .rep .w520 {
	font-size: 14px;
}
#wrapper .content .prof .grid.artleft p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    word-wrap: break-word;
    width: auto;
}

span.up {
	vertical-align:super;
	font-size:9px;
}

#wrapper .content .prof .grid.artleft .topmgn {
	margin-top: 42px;
}
.leftspace{
	margin-left: 270px;
	margin-top: 30px;
}
.upper{
	margin-top: 30px;
}


.company{
    font-size: 11px;
    line-height: 12px;
}

/* シークエンスナビゲーション */
#wrapper .sequence_nav {
	margin-bottom: 50px;
	text-align:center;
}

.sequence_nav  a {
	text-decoration:none;
}

img.atmark {
	transform: translateY(1px);
}
