﻿@charset "utf-8";

/* ---------------------------------------------
　layout modules
------------------------------------------------ */

/* base modules
------------------------------------------------ */
.content p,
.content ul,
.content dl,
.content ol,
.content table,
.content blockquote{
	margin: 20px 0 0;
	line-height:1.8em;
}

.content ul p, .content ul dl, .content ul ol, 
.content dl p, .content dl ul, .content dl ol, 
.content ol p, .content ol ul, .content ol dl, 
.content table p, .content table ul, .content table dl, .content table ol{
	margin: 0;
}

.content p img, .content dl img, .content ul img {
	vertical-align: middle;
}

.column-image-left,.column-image-center,.column-image-right { margin-top:20px !important; }

/* common modules
------------------------------------------------ */

em        { color:#FD6408;  }

.small    { font-size:87%;  }
.x-small  { font-size:78%;  }

.large    { font-size:107%; }
.x-large  { font-size:120%; }

.attention{ color: #FF3366;   }
.bold     { font-weight:bold; }

.center{ text-align: center; }
.right { text-align:right;   }
.left  { text-align:left;    }

.float-l{ float: left;  }
.float-r{ float: right; }
.clear  { clear: both;  }

.img-l{ float:left;  margin:0 25px 10px 0; }
.img-r{ float:right; margin:0 0 10px 25px; }

.nowrap         { white-space:nowrap; }
.nomargintop    { margin-top: 0 !important; }
.content .nocss { maring:0; padding:0; border:none; background:none; }

/* --- anchor --- */

.anchor{
	background:url(../images/icon_arrow01.png) no-repeat 0 0.4em;
	padding-left:13px;
}

.anchor-ex{
	background:url(../images/icon_window01.png) no-repeat right 0.25em;
	padding-right:15px;
}

/* --- ext icon --- */

a[href$='.xls'], a[href$='.xlsx']{
	background: url(../images/fileicon/xls.png) no-repeat 100% 50%;
	padding-right: 25px;
}

a[href$='.doc'], a[href$='.docx']{
	background: url(../images/fileicon/doc.png) no-repeat 100% 50%;
	padding-right: 25px;
}

a[href$='pdf']{
	background: url(../images/fileicon/pdf.png) no-repeat 100% 50%;
	padding-right: 25px;
}

a[href$='ppt']{
	background: url(../images/fileicon/ppt.png) no-repeat 100% 50%;
	padding-right: 25px;
}

a.nonpdf[href$='pdf']{
	background:none;
	padding-right:0;
}


/* --- openwin --- */

.openwin{ 
	padding-right: 15px;
}

/* ---　pagetop-in　 --- */

.pagetop-in {
	text-align:right;
}

.pagetop-in a {	
	background:url(../images/icon_arrow_pagetop.png) no-repeat 0 0.4em;
	padding-left: 15px;
	font-size: 92%;
}

/* --- blockquote --- */

blockquote, 
.acms-entry blockquote{
	background:#f6f3ed;
	border:0;
	margin-top:60px;
	padding:20px;
	color:#7a756c;
	font-size:12px;
	font-style:italic;
}

blockquote p:first-child, 
.acms-entry blockquote p:first-child{
	margin-top:0;
}



/* ------ title -------------------------------- */

.content h2, 
.content .wysiwyg h1{
	clear:both;
	margin:50px 0 0;
	font-size:28px;
	font-weight:normal;
	letter-spacing:1px;
}
.content h2 a:link          { text-decoration:underline; }
.content h2 a:visited       { text-decoration:underline; }
.content h2 a:hover,a:active{ text-decoration:none; }


.content h3, 
.content .wysiwyg h2{
	clear:both;
	margin:50px 0 0;
	font-size:24px;
	font-weight:normal;
	background:url(../images/bg_h3.png) left bottom no-repeat;
	padding:0 0 10px;
}

.content h4, 
.content .wysiwyg h3{
	clear:both;
	font-size:22px;
	font-weight:normal;
	background:url(../images/bg_h4.png) left center no-repeat;
	margin:30px 0 0;
	padding:0 0 0 37px;
}

.content h5, 
.content .wysiwyg h4{
	clear:both;
	font-size:18px;
	font-weight:normal;
	background:url(../images/bg_h5.png) left center no-repeat;
	margin:30px 0 0;
	padding:0 0 0  33px;
}

.content h6, 
.content .wysiwyg h5{
	font-size:18px;
	font-weight:normal;
	margin:30px 0 0;
}


/* ------ ul ----------------------------------- */


/* --- normal list --- */

.list li{
	background:url(../images/icon_list01.png) no-repeat 0 0.75em;
	padding-left:13px;
	margin-bottom:5px;
}

.list li li {
	background:url(../images/icon_list01.png) no-repeat 0 0.75em;
}

/* --- link list --- */

.link li{
	background:url(../images/icon_list02.png) no-repeat 0 0.45em;
	padding-left:15px;
	margin-bottom:5px;
}

.link li li{
	background:url(../images/icon_list03.png) no-repeat 0 0.45em;
	padding-left:15px;
}

/* --- number list --- */

ol li {
	list-style-type:decimal;
	margin-left:25px;
	margin-bottom:5px;
}

ol ul li{
	list-style-type:none;
	margin-left:10px;
}

/* --- attention list --- */

.rice li{
	margin:0 0 5px 1em;
	text-indent:-1em;
}

/* --- compact list --- */

.compact li{
	display:inline;
	margin-right:10px;
}

/* --- within compact list --- */

.within {
	padding: 8px;
	border: 1px solid #cdcdcd;
}

.within li{
	background:url(../images/icon_arrow_within.png) no-repeat 0 0.75em;
	padding-left:17px;
}


.content ul ul, .content dl dl, .content ol ol {
	margin-top: 5px;
}

/* ------ dl ----------------------------------- */

/* --- normal list --- */

.list dt{
	background:url(../images/icon_list01.png) no-repeat 0 0.5em;
	padding-left:13px;
	font-weight:bold;
}

.list dd{
	padding-left:13px;
}

/* --- link list --- */

.link dt{
	background:url(../images/icon_arrow01.png) no-repeat 0 0.4em;
	padding-left:15px;
	font-weight:bold;
}

.link dd{
	padding-left:15px;
}

/* --- horizonal --- */

.horizonal dt {
  clear: left;
  float: left;
  width: 10em;
  padding:8px 8px 8px 0;
}

.horizonal dd {
  padding:8px 15px 8px 11em;
  border-bottom:1px solid #ddd;
}



/* ------ layout frame ------------------------- */

.content .layout-frame {
	clear: both;
	margin-left: -20px;
}

.content .layout-3col {
	margin-left: -15px;
}

.content .layout-unit {
	float: left;
	display: inline;
	margin-left: 20px;
}

.content .layout-3col .layout-unit {
	margin-left: 15px;
}

/* 720px */
.grid-1 { width: 60px; }
.grid-2 { width:110px; }
.grid-3 { width:170px; }
.grid-4 { width:230px; }
.grid-5 { width:290px; }
.grid-6 { width:350px; }
.grid-7 { width:410px; }
.grid-8 { width:470px; }
.grid-9 { width:530px; }
.grid-10{ width:590px; }
.grid-11{ width:650px; }



/* ------ social media ------------------------- */

.social{
	margin-top:20px;
}

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

.social .facebook{
	clear:both;
	margin-top:15px;
}

.social ul:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .social ul             { zoom:1; } /* IE6 */
*:first-child+html .social ul { zoom:1; } /* IE7 */



/* ------ table -------------------------------- */

table{
	border-collapse:collapse;
	border:1px solid #cecece;
	width:100%;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

table th,
table td{
	padding:10px;
	vertical-align:top;
	border:1px solid #cdcdcd;
	background:#fff;
}

table th{
	background:#efefef;
	font-weight:bold;
}

table thead th,
th.head {
	background:#ddd;
	text-align:center;
}

/* --- noborder --- */

table.noborder,
table.noborder td,
table.noborder th{
	border:0;
	background: none;
}

/* index
------------------------------------------------ */

.index {
	clear: both;
	margin: 0 0 0 -20px;
}

.index dl {
	position: relative;
	float: left;
	display: inline;
	margin-left: 20px;
	width: 350px;
	background: #eee;
}

.index dt {
	padding: 7px;
	background:#ddd;
}

.index dt a {
	text-decoration:none;
}

.index dd {
	padding: 7px;
}

/* ブログ一覧用 */
.index-wrap{
	overflow:hidden;
}

.index-wrap ul{
	margin:0;
}

.index-wrap li{
	float:left;
	width:340px;
	margin:0 20px 20px 0;
}

.index-wrap li.last{
	margin-right:0;
}

/* 関連リンク一覧用 */
.link-index-wrap{
	overflow:hidden;
}

.link-index-wrap ul{
	margin:0;
}

.link-index-wrap li{
	display:inline-block;
	width:340px;
	margin:0 20px 20px 0;
	vertical-align:top;
}

.link-index-wrap li.last{
	margin-right:0;
}

.link-index-wrap li span{
	display:block;
	text-align:center;
	margin:5px 0 0;
}


/* cms
------------------------------------------------ */

/* --- entry-date --- */

.entry{
	margin:25px 0 0;
	padding:0 0 25px;
	border-bottom:1px solid #ccc;
}

p.entry-date{
	text-align:left;
	padding:0;
	margin:0 0 10px;
}

h2.entry-title{
	margin:0 0 25px;
	padding:0;
}

/* --- entry-navigation / pager-navigation --- */

.entry-navigation, 
.pager-navigation{
	margin:50px 0 0;
}

.entry-navigation a:link, .entry-navigation a:visited, .entry-navigation a:hover, .entry-navigation a:active, 
.pager-navigation a:link, .pager-navigation a:visited, .pager-navigation a:hover, .pager-navigation a:active{
	text-decoration:none;
}

.entry-navigation ul, 
.pager-navigation ul{
	margin:0;
}

/* entry-navigation */

.entry-navigation{
	background:#70614a;
	padding:10px;
}

.entry-navigation li{
	width:285px;
}

.entry-navigation a:link,
.entry-navigation a:visited{
	color:#fff;
}

.entry-navigation .entry-old{
	background:url(../images/icon_arrow04.png) left center no-repeat;
	float:left;
	padding-left:15px;
}

.entry-navigation .entry-new{
	background:url(../images/icon_arrow02.png) right center no-repeat;
	float:right;
	text-align:right;
	padding-right:15px;
}

.entry-navigation .home{
	text-align:center;
	margin-top:-25px;
}

.entry-navigation ul:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .entry-navigation ul             { zoom:1; } /* IE6 */
*:first-child+html .entry-navigation ul { zoom:1; } /* IE7 */

/* pager-navigation */

.pager-navigation ul li{
	float:left;
	text-align:center;
	margin-right:10px;
	line-height:1;
}

.pager-navigation ul li span.cur{
	background:#bc1833;
	border:1px solid #bc1833;
	color:#fff;
	display:block;
	line-height:1;
	padding:0.5em 0.7em;
	position:relative;
}

.pager-navigation ul li a:link, 
.pager-navigation ul li a:visited{
	background:#fff;
	border:1px solid #bc1833;
	color:#bc1833;
	display:block;
	line-height:1;
	padding:0.5em 0.7em;
	position:relative;
}

.pager-navigation ul li a:hover, 
.pager-navigation ul li a:active{
	background:#bc1833;
	color:#fff;
}

/* 続きを読むリンク */
.search.entry p.continue {
	margin: 0;
	padding: 0;
}

.search.entry p.continue a {
	display: block;
	margin: 0;
	padding: 10px 0 10px 40px;
	border-top: 1px solid #E8E8E8;
	background:url(../images/icon_arrow01.png) no-repeat 0 0.4em;
}

.search.entry p.continue a:hover {
	background-color: #F0F0F0;
}

