@charset "utf-8";

/**
 * layout/default.css
 */



/**
 * -------------------------------------------------------
 * container
 * -------------------------------------------------------
 */

#container {
/*	width: 320px;*/
	width: 100%;
	background: #ececec;
	position: relative;
	top: 0px;
	margin: 0 auto;
}



/**
 * -------------------------------------------------------
 * header
 * -------------------------------------------------------
 */
#header {
}



/**
 * -------------------------------------------------------
 * header nav
 * -------------------------------------------------------
 */
#header ul.nav {
    padding: 0;
    margin-bottom: 3px;
    background: url(../../img/layout/10/nav00.png);
    background-repeat: repeat-x;
    background-size: 2px;
}
#header ul.nav:after {
    content: ".";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}
#header ul.nav li {
    float: left;
    overflow: hidden;
}
#header ul.nav li a {
    display: block;
}
#header ul.nav li a:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

#header ul.nav li {
    /*width: 80px;
    height: 48px;*/
    text-indent: 100%;
    white-space: nowrap;
}
#header ul.nav li a {
    height: 48px;
}
#header ul.nav li.nav01 {
    width: 128px;
    height: 48px;
    background: url(../../img/layout/10/nav01.png) no-repeat;
    background-size: cover;
}
#header ul.nav li.nav02 {
    width: 64px;
    height: 48px;
    background: url(../../img/layout/10/nav02.png) no-repeat;
    background-size: cover;
    float: right;
}
#header ul.nav li.nav03 {
    width: 64px;
    height: 48px;
    background: url(../../img/layout/10/nav03.png) no-repeat;
    background-size: cover;
    float: right;
}
#header ul.nav li.nav04 {
    width: 64px;
    height: 48px;
    background: url(../../img/layout/10/nav04.png) no-repeat;
    background-size: cover;
    float: right;
}
#header ul.nav li.nav05 {
    width: 64px;
    height: 48px;
    background: url(../../img/layout/nav05.png) no-repeat;
    background-size: cover;
}


#header ul.nav li.nav01-on {
    width: 128px;
    height: 48px;
    background: url(../../img/layout/10/nav01_on.png) no-repeat;
    background-size: cover;
}
#header ul.nav li.nav02-on {
    width: 64px;
    height: 48px;
    background: url(../../img/layout/10/nav02_on.png) no-repeat;
    background-size: cover;
    float: right;
}
#header ul.nav li.nav03-on {
    width: 64px;
    height: 48px;
    background: url(../../img/layout/10/nav03_on.png) no-repeat;
    background-size: cover;
    float: right;
}
#header ul.nav li.nav04-on {
    width: 64px;
    height: 48px;
    background: url(../../img/layout/10/nav04_on.png) no-repeat;
    background-size: cover;
    float: right;
}
#header ul.nav li.nav05-on {
    width: 64px;
    height: 48px;
    background: url(../../img/layout/nav05_on.png) no-repeat;
    background-size: cover;
}

/**
 * -------------------------------------------------------
 * footer
 * -------------------------------------------------------
 */
#footer {
}



/**
 * -------------------------------------------------------
 * content
 * -------------------------------------------------------
 */
#content {
}

#content > h1 {
	text-align: center;
	margin: 10px auto 10px auto;
}



/**
 * -------------------------------------------------------
 * content nav
 * -------------------------------------------------------
 */
#content ul.nav {
	padding: 0;
	margin-bottom: 3px;
}
#content ul.nav:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
#content ul.nav li {
	float: left;
	overflow: hidden;
}
#content ul.nav li a {
	display: block;
}
#content ul.nav li a:hover {
	background-color: rgba(255, 255, 255, 0.7);
}


/**
 * -------------------------------------------------------
 * content article
 * -------------------------------------------------------
 */
#content .article {
/*	width: 304px;*/
	width: 96%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

#content .article > h1 {
	background: url(../../img/article_header.png) no-repeat;
	background-size: cover;
/*	width: 304px;*/
	height: 20px;
	line-height: 20px;
	color: #fff;
	padding: 0 0 0 5px;
}

#content .article > h2 {
	margin: 5px 0;
}




/**
 * -------------------------------------------------------
 * content section
 * -------------------------------------------------------
 */
#content .section {
/*	width: 304px;*/
	margin-bottom: 10px;
	-webkit-box-shadow: 4px 4px 3px -3px #999999;
	-moz-box-shadow: 4px 4px 3px -3px #999999;
	box-shadow: 4px 4px 3px -3px #999999;
	border-radius: 3px;
}

#content .section > h1 {
	background: url(../../img/section_header.png) no-repeat;
	background-size: cover;
/*	width: 304px;*/
	height: 20px;
	line-height: 20px;
	color: #fff;
	padding: 0 0 0 5px;
}

#content .section > h1 + div.body {
	border-top: none;
	border-right: 1px solid #f19ec2;
	border-left: 1px solid #f19ec2;
	border-bottom: 1px solid #f19ec2;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
/*	width: 304px;*/
	background: #fff;
	padding: 3px;
}

#content .section > h1 + ul.body {
	border-top: none;
	border-right: 1px solid #f19ec2;
	border-left: 1px solid #f19ec2;
	border-bottom: 1px solid #f19ec2;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
/*	width: 304px;*/
	background: #fff;
}

#content .section > div.content-box {
	border: 1px solid #f19ec2;
	border-radius: 3px;
/*	width: 304px; */
	background: #fff;
	padding: 3px;
}

#content .section > ul.content-box {
	border: 1px solid #f19ec2;
	border-radius: 3px;
/*	width: 304px;*/
	background: #fff;
}

#content .section > ul li {
	border-bottom: 1px solid #f19ec2;
	padding: 3px;
}
#content .section > ul li:last-child {
	border-bottom: none;
}


