/*
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: 100%;
	vertical-align: baseline;
	background: transparent;
}

*, *:after, *:before {
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


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

/* 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-top: 1px solid #cccccc;
	margin: 0.5em 0 2em;
	padding: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

input, select {
    vertical-align:middle;
}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 *  http://yuilibrary.com/yui/docs/cssfonts/#fontsize
 */

/*body {
	font:30px / 1.4 arial, helvetica, clean, sans-serif;
	*font-size:small;
	*font:x-small;
	}*/

*, *:after, *:before {
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

*:first-child+html body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
* html body, .win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/*===Base FontSize===*/
body {
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",メイリオ, Meiryo, Osaka,"ＭＳ Ｐゴシック","ＭＳ ゴシック",  arial, helvetica, sans-serif;
	line-height: 1.6;
}
/*IE FIX*/
.isIE body {
	font-size: small;
}

/* for IE6 */
* html body {
    font-size: 100%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 100%;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
select,
input,
button,
textarea {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",メイリオ, Meiryo, Osaka,"ＭＳ Ｐゴシック","ＭＳ ゴシック",  arial, helvetica, clean, sans-serif;
}



/*
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

sup{
	vertical-align: super;
}


/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*20px via YUI Fonts CSS foundation*/
	font-size:142.5%;
	margin: 0;
	}
h2 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:128.2%;
	margin: 0 0 1em;
	}
h3 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:113%;
	margin: 0 0 0.5em;
	}
h4 {
	/*14px via YUI Fonts CSS foundation*/
	font-size: 100%;
	margin: 0 0 0.3em;
	}

h1,h2,h3 {
	/* top & bottom margin based on font size */

}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	}

p{
	line-height:1.6;
}


abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}


p,fieldset,table,pre {
	/*so things don't run into each other*/
	font-size:100%;
	margin-bottom:1.0em;
}
/* setting a consistent width, 160px;
   control of type=file still not possible */
/*input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}*/
img {
	vertical-align: bottom;
	}

blockquote {
	background-color: #f0f0f0;
	margin-bottom: 1em;
	margin-left: 1em;
	padding: 5px;
	border: solid 1px #acacac;
	display: block;
	}
pre {
	background-color: #f9fffd;
	margin-bottom: 1em;
	margin-left: 1em;
	padding: 5px;
	border: solid 1px #acacac;
	display: block;
	}

/*====Basic Table Style ====================================*/

table {
	width: 100%;
	}
th,td {
	/*borders and padding to make the table readable*/
	padding: 5px;
	vertical-align: middle;	/*border: 1px solid #bbb;*/
	/*border-bottom: 1px solid #BBB;*/
	}
th {
	/*distinguishing table headers from data cells*/
	font-weight: normal;
	text-align:left;
	}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}

/*====Basic List Style ====================================*/

ol,ul {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
	margin-bottom: 1.2em;
}
ol {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
ul {
	/*giving UL's LIs generated disc markers*/
	list-style-type: disc;
}


ul li {
	margin-bottom: 0.3em;
	padding-left: 0;
	}

ol li {
	margin-bottom: 0.3em;
	padding-left: 0;
	}
li ul,li ol {
	margin-left: 0;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	margin: 0 0px 0 2em;
	}

ul.kome{
		margin-left: 0.3em;
}
ul.kome li {
	margin-left: 0px;
	padding-left: 15px;
	background-image: url(../img/page_module/parts/css/icon_kome.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	font-size: 14px;
	}
ul.ten{
	margin-left: 0.3em;
}
ul.ten li {
	margin-left: 0px;
	padding-left: 15px;
	background-image: url(../img/page_module/parts/css/list_ten.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	}

ul.img-btn li {
	background-image: none;
	padding: 0;
	list-style-type: none;
	margin-left: -1.7em;
	}
ul li.img-btn {
	/*line-height: 1.2;*/
	background-image: none;
	padding: 0;
	list-style-type: none;
	margin-left: -1.7em;
	}


/*+++++++++++++++++++++++++++++++++*/
/*      Link Icons                 */
/*+++++++++++++++++++++++++++++++++*/
a span.arrow,a span.rev-arrow,a span.pdf,a span.excel,a span.word,a span.blank {
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 3px;
	padding-right: 21px;
	padding-bottom: 1px;
}
a span.arrow {background-image: url(../img/page_module/parts/css/icon_arrow.gif);}
a span.rev-arrow {background-image: url(../img/page_module/parts/css/icon_arrow_rev.gif);}
a span.pdf {background-image: url(../img/page_module/parts/css/icon_pdf.gif);}
a span.excel {background-image: url(../img/page_module/parts/css/icon_excel.gif);}
a span.word {background-image: url(../img/page_module/parts/css/icon_word.gif);}
a span.blank {background-image: url(../img/page_module/parts/css/icon_blank.gif);}
span.new {
	background-image: url(../img/page_module/parts/css/icon_new.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 31px;
	}
/*==Link Base==*/
ul li.icon {
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -1.7em;
	padding-top:3px;
	padding-left: 0;
	list-style-type: none;
	position: relative;

	}

ul li.icon a:link,ul li.icon a:visited {
	/*text-decoration: none;*/
	padding-left: 19px;

	}
ul li.icon-block {
	background-repeat: no-repeat;
	margin-left: -1.7em;
	padding-top: 0px;
	padding-left: 0;
	list-style-type: none;
	position: relative;
	padding-left: 19px;
	background-position: left top;
	}

ul li.icon-block a:link,ul li.icon-block a:visited {

	}

/*==Select Icons==*/

ul li.arrow {background-image: url(../img/page_module/parts/css/icon_arrow.gif);}
ul li.rev-arrow {background-image: url(../img/page_module/parts/css/icon_arrow_rev.gif);}
ul li.pdf {background-image: url(../img/page_module/parts/css/icon_pdf.gif);}
ul li.feed {background-image: url(../img/page_module/parts/css/icon_feed.gif);}
ul li.excel {background-image: url(../img/page_module/parts/css/icon_excel.gif);}
ul li.word {background-image: url(../img/page_module/parts/css/icon_word.gif);}
ul li.blank {background-image: url(../img/page_module/parts/css/icon_blank.gif);}
ul li.close {background-image: url(../img/page_module/parts/css/icon_close.gif);}



/*==== Paragraph & Font Settings ====================================*/

.atten {
	color: #CC0000;
	}
.green {
	color: #0f660a;
	}

.blue {
	color: #1369af;
	}
.orange{
	color: #F90;
}
.d-brown{
	color:#54442E;
}
.light-g{
	color: #A9A9A9;
}

.font-nomal {
	color: #505050;
	font-size: 12px;
	font-weight: normal;
	}
.font-xsmall {
	font-size: 10px;
	font-weight: normal;
	}

.fs26px{
	font-size:211.8%;
	}
.fs24px{
	font-size:195.7%;
	}
.fs22px{
	font-size:179.6%;
	}
.fs21px{
	font-size:173.8%;
	}
.fs20px{
	font-size:165.5%;
	}
.fs18px{
	font-size:148.9%;
	}
.fs16px{
	font-size:132.4%;
	}
.fs14px{
	font-size:116.1%;
	}
.fs12px{
	font-size:100%;
	}
.fs10px{
	font-size:71.3%;
	}
/*=====Basic Tag Utility====*/
.clb {
	clear: both;
	}

ul.mg-bot,p.mg-bot,.mg-bot,h3.mg-bot {
	margin-bottom: 2em;
	}
ul.nmg,p.nmg,.nmg {
	margin-bottom: 0;
	}

.txt-center {
	text-align: center;
	}
.txt-right {
	text-align: right;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.right-float {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	}

.left-float {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	}

/*=== Basic Link Style ============================================================*/
a:link {
	color: #573B1E;
	text-decoration: underline;
	}
a:visited {
	color: #573B1E;
	text-decoration: none;
	}
a:hover {
	color: #223B1E;
	text-decoration: none;
	}

/*=====Clear fix======*/
/* For modern browsers */
.clf:before,
.clf:after {
    content:"";
    display:table;
}

.clf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clf {
    zoom:1;
}
