﻿/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

/* リセット */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:12px;
	font-weight:normal;
    vertical-align:bottom;
    /*background:transparent;*/
}


body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

.pagelink{
	padding:10px 0;
	
	}

.pageprev{
	padding-left:10px;
	float:left;
	margin-bottom:10px;
	
	}

.pagenext{
	padding-right:10px;
	float:right;	margin-bottom:10px;
	}


/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/*
table {
    border-collapse:collapse;
    border-spacing:0;
}
*/

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



@charset "utf-8";

img.bgimage {
    display: none;
}
img.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}

/* スタイル */
/* CSS Document */

/*--DW
.clearfix {overflow:hidden;}
--*/

/*Font*/

.bold{
	font-weight:bold;
}

.font_10{
font-size: 10px;
}

.font_11{
font-size: 11px;
}

.font_12{
font-size: 12px;
}

.font_13{
font-size: 13px;
}

.font_14{
font-size: 14px;
}

.font_15{
font-size: 15px;
}

.font_16{
font-size: 16px;
}

.font_18{
font-size: 18px;
}

.font_20{
font-size: 20px;
}

.font_22{
font-size: 22px;
}

.font_24{
font-size: 24px;
}

.c_red{
color: #CC0000;
}

.c_orange{
color: #FF6600;
}


.c_blue{
color: #000066;
}

.c_green{
color: #336600;
}

.c_black{
color: #333333;
}

.c_white{
color: #FFFFFF;
}

/*float*/

.tal{
	text-align:left;
}

.tar{
	text-align:right;
}

.tar2{
	text-align:right;
	padding-right:20px;
	padding-bottom:20px;
}

.float_l{
	float:left;
}

.float_r{
	float:right;
}

.float_r2{
	float:right;
}

.clear{
clear: both;
width:60px;
paddign:5px;
}

/*margin*/

.mar_none{
margin: 0;
}

/*��margin*/

.mt0{margin-top:0px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}

/*��margin*/

.mb0{margin-bottom:0px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}

/*��margin*/

.ml{margin-left: 0;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}


/*�Emargin*/

.mr{margin-right: 0;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}

/*padding*/

.padding10{
	padding:10px;
}

.padding5{
	padding:5px;
}

/*��padding*/

.pb0{padding-bottom:0px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}

/*LINE HEIGHT*/

.lh120{ line-height: 120%;}
.lh130{ line-height: 130%;}
.lh140{ line-height: 140%;}
.lh150{ line-height: 150%;}
.lh160{ line-height: 160%;}
.lh170{ line-height: 170%;}
.lh180{ line-height: 180%;}
.lh190{ line-height: 190%;}
.lh200{ line-height: 200%;}

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

/*�{�[�_�[*/

.bnon{
	border:none;
}

/*--clearfix--*/



.clearfix{
zoom: 100%;
}

.clearfix:after{
display: block;
clear: both;
content: ".";
height: 0.1px;
font-size: 0.1em;
line-height: 0;
visibility: hidden;
}

.clearfix{
display: inline-block;
}


/*\*/

*html .clearfix{
height: 1px;
}

.clearfix{
display: block;
}

/**/


.hidden {
position: absolute;
width: 0;
height: 0;
overflow: hidden;
margin: 0;
padding: 0;
}


#table_wrap02{margin-bottom:20px;
	}
	
#table_wrap02 table{
	width:290px;
	}
#table_wrap02 table td{
	vertical-align:middle;
	line-height:140%;
	padding:5px;
}

#foot_in li.ml20{
	margin-left:29px;
	}
.fs11{
	font-size:11px;
	}
	
	/**/
	
	.accordion {
	text-align:center;
	margin-top:5px;
	padding:0px;
	margin-bottom:15px;
	
	
}

.accordion > ul > li{
	cursor: pointer;
	text-align:left;
}



	