﻿@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 .acms-entry p{
	margin: 20px 10px 0 10px;
}

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

.content p.marginHigh,
.content ul.marginHigh,
.content dl.marginHigh,
.content ol.marginHigh,
.content table.marginHigh,
.content blockquote.marginHigh{
	margin: 50px 0 0;
}

.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
------------------------------------------------ */

.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;
}

/* --- 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;
}


/* --- 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%;
}



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

.content h2{
	clear: both;
	margin: 0 0 30px 0;
	font-weight: bold;
	font-size: 220%;
	line-height: 1.4;
}
.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 {
	clear: both;
	margin: 40px 0 0 0;
	font-size: 176%;
	border-bottom: #000 solid 1px;
}

.content h4{
	clear:both;
	font-weight:bold;
	margin: 30px 0 0 0;
	padding: 0 0 0 18px;
	font-size: 125%;
	background: url(../images/bg_h4.png) no-repeat left 0.6em;
}

.content h5{
	clear:both;
	font-weight:bold;
	margin: 30px 0 0 0;
	font-size: 125%;
}

.content h2.margin0,
.content h3.margin0,
.content h4.margin0,
.content h5.margin0{
	margin: 0;
}

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


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

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

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

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

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

.link li li{
	background:url(../images/icon_arrow003.png) no-repeat 0 0.5em;
	padding-left: 25px;
}

/* --- 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 #ddd;
}

.within li{
	background:url(../images/icon_arrow_within.png) no-repeat 0 0.4em;
}


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

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

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

.list dt{
	background:url(../images/icon_list.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_arrow003.png) no-repeat 0 0.4em;
	padding-left:25px;
	font-weight:bold;
}

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

/* --- horizonal --- */
dl{
	border-top:1px dotted #221714;
}
dl dt {
  clear: left;
  float: left;
  width: 10em;
  padding:8px 8px 8px 10px;
  color: #3577b3;
  background:url(../images/icon_list.png) no-repeat left 1.2em;
}
dl dd {
  padding:8px 15px 8px 11em;
  border-bottom:1px dotted #221714;
}



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

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

.content .layout-3col {
	margin: 20px 0 0 -25px;
}

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

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

/* 720px */
.grid-1 { width:100px; }
.grid-2 { width:150px; }
.grid-3 { width:180px; }
.grid-4 { width:200px; }
.grid-5 { width:230px; }
.grid-6 { width:300px; }
.grid-7 { width:400px; }
.grid-8 { width:500px; }
.grid-9 { width:520px; }
.grid-10{ width:550px; }
.grid-11{ width:600px; }
.grid-12{ width:480px; }
.grid-13{ width:560px; }
.grid-14{ width:240px; }
.grid-15{ width:720px; }
.grid-16{ width:310px; }
.grid-17{ width:160px; }
.grid-18{ width:250px; }
.grid-19{ width:420px; }
.grid-20{ width:350px; }

/* ------ 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 #c8c8c8;
	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 #c8c8c8;
	background:#fff;
}

table th{
	background:#f3f1ec;
}

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

/* --- noborder --- */

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


/* button
------------------------------------------------ */
p.button.short{
	width: 30%;
}
p.button.mid{
	width: 50%;
}
p.button.long{
	width: 100%;
}
p.button a{
	color: #fff;
	padding: 15px 0;
	text-align: center;
	display: block;
	border: #000 solid 1px;
	background: url(../images/icon_arrow001.png) no-repeat 95% center, #000;
}
p.button a:hover{
	color: #000;
	text-decoration: none;
	background: url(../images/icon_arrow005.png) no-repeat 95% center, #fff;
}


/* 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;
}


/* Box
------------------------------------------------ */
.contentBox{
	margin: 40px 0 0 -20px;
}
.contentBox .Box{
	float: left;
	width: 348px;
	margin: 0 0 0 20px;
	border: #c8c8c8 solid 1px;
}
.contentBox .Box h3{
	clear: both;
	margin: 0;
	padding: 15px;
	font-size: 125%;
	border-bottom: none;
	background: #f3f1ec;
}
.contentBox .Box .BoxArea{
	padding: 15px;
}
.contentBox .Box .BoxArea p.img{
	margin: 0;
}
.contentBox .Box .BoxArea p.button{
	margin: 20px auto 0 auto;
}
.contentBox .Box .BoxArea p.button a{
	padding: 7px 0;
}

.kaigi .contentBox{
	margin: 0 0 0 -20px;
}
.kaigi .contentBox .Box{
	float: left;
	width: 348px;
	margin: 40px 0 0 20px;
	border: #c8c8c8 solid 1px;
}

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

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

.entry-date {
	text-align: right;
	font-size: 87%;
}

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

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

.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:#eee;
	padding:10px;
}

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

.entry-navigation .entry-old{
	float:left;
}

.entry-navigation .entry-new{
	float:right;
	text-align:right;
}

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

.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{
	display: inline-block;
	text-align:center;
	margin-right:10px;
	line-height:1;
}

.pager-navigation ul li span.cur{
	background:#000;
	border: none;
	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:#f3f1ec;
	border: none;
	color:#000;
	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:#000;
	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/icn_arrow01.png) no-repeat 20px 15px;
}

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


.acms-entry [class*="column-image-"].nocaption,
.acms-entry [class*="column-media-"].nocaption,
.acms-entry [class*="column-eximage-"].nocaption,
.acms-entry [class*="column-yolp-"],
.acms-entry [class*="column-youtube-"],
.acms-entry [class*="column-video-"] {
	margin: 20px 0;
}