@charset "utf-8";
/* --------------------------------------------------
**
** common.css
** version : 0.1
** datte : 2013/03/27
**
** -------------------------------------------------- */

/* -------------------------------------------------- 
** default
** -------------------------------------------------- */
html,body { width: 100%; height: 100%; }
html,body,div,span,h1,h2,h3,h4,h5,
h6,p,blockquote,pre,a,address,code,em,img,q,
strong,dl,dt,dd,ol,ul,li,form,label,fieldset,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	outline: 0;
}
section,nav,article,aside,header,footer {
	display: block;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table { font-size: 100%; }
ol li,
ul li { list-style: none; }
blockquote,
q { quotes: none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
img,
fieldset { border: 0; }
img,
input {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
textarea { resize: none; }
label { cursor: pointer; }
/* -------------------------------------------------- 
** style
** -------------------------------------------------- */
/* element */
body {
	font-size: 12px;
	color: #333333;
	line-height: 1;
}
p,input { line-height: 1.7; }
a:link,
a:visited,
a:active,
a:hover { color: #047fdd; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
strong { font-weight: bold; }
h1,h2,h3,h4,h5,h6 { color: #5a5a5a; }
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { font-weight: bold; }
h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td { line-height: 1.6; }

img.icon { border: 1px solid #d4d4d4; }
img.icon:hover { border: 1px solid #bbbbbb; }

/* input */
input[type="checkbox"] { margin-right: 7px; }
*:first-child+html input[type="checkbox"] { margin-right: 3px; }
input[type="password"],
input[type="text"] {
	height: 22px;
	padding: 2px 5px;
	border:1px solid #d4d4d4;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
textarea {
	padding: 5px;
	border:1px solid #d4d4d4;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/* title */
#contents.common h2 {
	text-align: left;
	height: 40px;
	line-height: 40px;
	padding-top: 7px;
	padding-left: 35px;
	background: url("../images/bg-sub-h2title.png") left center no-repeat;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 20px;
}
#mainContents.index h2 {
	height: 37px;
	padding-top: 7px;
	padding-left: 35px;
	background: url("../images/bg-main-h2title.png") left center no-repeat;
	font-weight: bold;
}
h3 {
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	font-weight: bold;
	background: url("../images/bg-h3title.png") left bottom no-repeat;
	font-size: 15px;
	margin-bottom: 10px;
}

/* -------------------------------------------------- 
** layout
** -------------------------------------------------- */
div#wrapper {
        /*
	width: 100%;
        */
	position: relative;
	background-color: #faf7f0;
}
div#headerInner,
nav#globalNav ul.menu,
footer div#footerInner {
	margin: 0 auto;
	text-align: center;
	max-width: 950px;
}
header div#headerInner,
aside#subContents,
article#mainContents,
footer div#footerInner {
	text-align: left;
}
section#contents {
	max-width: 950px;
	margin: 0 auto;
	padding:10px 0px 40px;
	text-align: center;
	background-color: #ffffff;
	overflow: hidden;
}
aside#subContents {
	width: 320px;
	float: left;
}
section#contents.common aside#subContents { width: 220px; }
article#mainContents {
	width: 920px;
	float: left;
	margin-left: 15px;
}
article#mainContents.index {
	width: 605px;
	margin-left: 10px;
}
article#mainContents.hasSub {
	width: 690px;
	margin-left: 20px;
}
div.indexInner { overflow: hidden; }
/* -------------------------------------------------- 
** header
** -------------------------------------------------- */
header { background: #fff; }
header div#headerInner {
	padding-bottom: 10px;
	overflow: hidden;
}
header div#headerInner h1 { float: left; }
header div#headerInner ul { float: right; }
header div#headerInner h1 a img {
	margin-top: 10px;
	vertical-align: top;
}
header div#headerInner h1 {
	margin-right: 20px;
}
header div#headerInner ul li {
	float: left;
}
header div#headerInner p.lead {
	padding-top: 8px;
	clear: both;
}
header .btn-menu-sp {
        display:none;
}
header .menu-sp {
        position:fixed;
	width:65%;
	background-color:#fff;
	height:100%;
	z-index:100;
	top:0;
        right:0;
        display:none;
}
header .btn-menu-sp {
        height:30px;
        width:30px;
        position:absolute;
	right:12px;
	top:5px;
	border-radius:5px;
	background-color:#EE5354;
        cursor:pointer;
        overflow:hidden;
}
header .btn-menu-sp span {
	height:2px;
	width:70%;
	margin:5px auto;
	background-color:#fff;
	border-radius:3px;
        display:block;
}
header .btn-menu-sp span:first-child {
	margin-top:7px;
}
.overlay {
        width:100%;
        height:100%;
        background-color:rgba(0, 0, 0, 0.5);
        position:fixed;
        top:0;
        left:0;
        display:none;
        z-index: 99;
}
header .menu-sp .close-menu {
       color: #fff;
       cursor: pointer;
       font-size: 21px;
       left: -25px;
       position: absolute;
       top: 13px;
}
/* -------------------------------------------------- 
** global navi
** -------------------------------------------------- */

nav#globalNav {
	width: 100%;
	height: 55px;
	background: url("../images/bg-globalnav.png") center top repeat;
	background-color:#e45354;
}
nav#globalNav ul.menu li {
	float: left;
}
nav#globalNav ul.menu {}
nav#globalNav  ul.menu a {}

/* -------------------------------------------------- 
** footer
** -------------------------------------------------- */
footer {
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #c9c9c9;
}
footer #footerInner {
	position: relative;
	padding-top: 10px;
}
footer p.copyright {
	padding: 5px 0px 20px;
	clear: both;
}
footer div#footerInner p.pageTop {
	position: absolute;
	top: -25px;
	right: 13px;
}
footer ul.menu { margin-top: 10px; }
footer ul.menu li {
	float: left;
	margin-right: 20px;
}

/* -------------------------------------------------- 
** subContents
** -------------------------------------------------- */
section.common aside#subContents div.subBox { margin:0px 0px 30px 15px; }
aside#subContents div.subBox { margin:0px 0px 30px 10px; }
aside#subContents div.subBox h2 {
	width: 310px;
	padding-bottom: 10px;
}
aside#subContents div.frame h2 {
	height: 35px;
	padding: 0px;
	background: url("../images/bg-side-h2title.png") no-repeat left top;
	line-height: 1.8em;
	text-indent: 15px;
}
aside#subContents div.frame div.subBoxBottom {
	height: 13px;
	background: url("../images/bg-frame-subBoxBottom.png") left top no-repeat;
	margin-bottom: 10px;
}
aside#subContents div.subBox p.right { text-align: right; }
aside#subContents div.subBox input[type="password"],
aside#subContents div.subBox input[type="text"] {
	width: 223px;
}
aside#subContents div.subBox div.btnArea {
	margin: 10px 0 0 0;
	height: 25px;
}
aside#subContents div.subBox div.profile {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}
aside#subContents div.subBox div.profile p {
	width: 152px;
	margin: 5px auto;
	text-align: left;
}
#contents.common #subContents .subBox {
	border: 1px solid #dddddd;
}
#contents.common #subContents h3 {
	background: url("../images/bg-side-h2title.png") no-repeat center bottom;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	margin-bottom: 0;
}
#contents.common #subContents .subBox.sideMenu li a {
	display: block;
	padding: 8px 0px 8px 3px;
	border-bottom: 1px dotted #dddddd;
}
#contents.common #subContents .subBox.sideMenu.contents li a {
	font-weight: bold;
}
#contents.common #subContents .subBox.sideMenu.contents li ul li a {
	font-weight: normal;
}
#contents.common #subContents .subBox.sideMenu li a:hover {
	background-color: #f9f9f9;
}
#contents.common #subContents .subBox.sideMenu li ul {
	display: none;
        margin-bottom:5px;
}
#contents.common #subContents .subBox.sideMenu li.active ul {
	display: block;
}
/*
大カテゴリ開示時、記事を非表示にする場合は使用する
#contents.common #subContents .subBox.sideMenu li.active li ul {
	display: none;
}
#contents.common #subContents .subBox.sideMenu li.active li.active ul {
	display: block;
}
*/
#contents.common #subContents .subBox.sideMenu li ul li a {
	padding-left: 15px;
	background: url("../images/img-icon-sideMenu.png") no-repeat 5px 13px;
}
#contents.common #subContents .subBox.sideMenu li ul li ul li a {
	padding-left: 15px;
	background: url("../images/img-icon-sideMenu.png") no-repeat 5px 13px;
}
.twoColumn img {
	float: left;
	margin-right: 10px;
}
.twoColumn {
	overflow: hidden;
}
#contents.common #subContents .subBox.management li.active a {
	font-weight: bold;
	color: #025ca0;
	background-color: rgb(249, 249, 249);
}


