@charset "utf-8";
/*===================================
 * css file for "octopus-pot.jp"
 * file name : common.css
===================================== */

/*======================================

	General Style

=======================================*/

/*---------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix,.block,.blockA,.blockB {
	display: inline-block;
}
.clearfix,.block,.blockA,.blockB {
	display: block;
}
.block:after,.blockA:after,.blockB:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for mac ie \*//*/
.clearfix { overflow: hidden; }
/* */

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

.pagetop {
	clear: both;
	text-align: right;
	margin-bottom: 30px;
	margin-right: 10px;
}

/*---------------------------------------
	float
-----------------------------------------*/
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.clear {
	clear: both;
}
div.boxL{
	float: left;
}
div.boxR{
	float: right;
}
.block {
	width: 510px;
	margin-bottom: 2em;
	clear: both;
}
.blockA{
	width: 510px;
	margin-bottom: 2em;
	clear: both;
}

/*---------------------------------------
	margin 
-----------------------------------------*/
.mt1 {
	margin-top: 1em;
}
.mt2 {
	margin-top: 2em;
}
.mt3 {
	margin-top: 3em;
}
.mb0 {
	margin-bottom: 0px;
}
.mb1 {
	margin-bottom: 1em;
}
.mb2 {
	margin-bottom: 2em;
}
.mb3 {
	margin-bottom: 3em;
}
.nmb {
	margin-bottom: 0px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}

/*---------------------------------------
	heading
-----------------------------------------*/
/*-- for h2 --*/ 
.headingA {
	width:480px;
	margin-bottom: 20px;
	background-image: url(../img/ico_girl.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5C1680;
	padding-bottom: 0.2em;
	font-size:107%;
	color: #5C167F;
}
/*-- for h2 NEWS--*/ 
.headingA02 {
}
/*-- for h3 --*/ 
.headingB {
}
.headingB a {
}
.headingB a:hover {
}

/*---------------------------------------
	text 
-----------------------------------------*/
.txt_l {
	text-align: left;
}
.txt_r {
	text-align: right;
}
.txt_c {
	text-align: center;
}

.caption {
	text-align: left;
	font-size: 0.9em;
}

/*---------------------------------------
	image
-----------------------------------------*/
.img_l {
	float: left;
	margin: 0;
}
.img_r {
	float: right;
	margin: 0;
}
.img_c {
	text-align: center;
}
.btn {
}

/*---------------------------------------
	vertical position
-----------------------------------------*/
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}

/*---------------------------------------
	nav-tite
-----------------------------------------*/

.nav-title {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	color: #fff;
	background: #fff;
}
.pdf {
	background-image: url(../img/ico_pdf_s.gif);
	padding-right: 23px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px none #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pdf a {
	color: #DF2419;
}

/*---------------------------------------
	table01
-----------------------------------------*/
.table01 { margin-bottom: 30px; }
.table01 table {
	width: 100%;
	font-size: 92%;
}
.table01 th {
	background: #DEDBF5;
	font-weight: bold;
	text-align: center;
}
.table01 th,
.table01 td{
	padding: 8px;
	border: 1px solid #CCC;
}
.table01 tr.odd{ background: #EAEAEA; }

.table02 table {
	width: 100%;
	font-size: 92%;
}
.table02 thead th {
	background: #DEDBF5;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border: 1px solid #CCC;
}
.table02 tfoot th,
.table02 td{
	padding: 3px 20px;
	border: 1px solid #CCC;
}
.table02 td { text-align: center; }
.table02 tr.stripe{ background: #EAEAEA; }
em {
	color: #D11388;
}

