@charset "utf-8";
/* CSS Document */

/* =====================================================================
*
*    BASE CSS
*
*    INDEX
*    -------------------------------------------------------------------
*    1. html5 Reset
*    2. Yahoo UI Library Fonts CSS
*    3. Basic Font Format
*    4. Basic Format
*    5. Basic Hyperlink Format
*    6. Font Color Format
*    7. Column Format
*
* =================================================================== */


/* =====================================================================
*
*    1. html5 Reset
*
* =================================================================== */
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;
}

body {
	line-height:1;
}

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

ul,
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;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

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 #000;
	cursor: help;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}
 
img {
	vertical-align: bottom;
}


/* =====================================================================
*
*    2. Yahoo UI Library Fonts CSS
*    Copyright (c) 2010, Yahoo! Inc. All rights reserved.
*    Code licensed under the BSD License:
*    http://developer.yahoo.com/yui/license.html
*    version: 2.8.1
*    
*    Font-size Adjustment
*    
*    10px = 77%     11px = 85%     12px = 93%     13px = 100%
*    14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
*    18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
*    22px = 167%    23px = 174%    24px = 182%    25px = 189%
*    26px = 197%
*
* =================================================================== */
body{
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: none;	/*iPhone font size*/
}

select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}

table{
	font-size:inherit;font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;*font-size:108%;line-height:100%;
}



/* =====================================================================
*
*    3. Basic Font Format
*
* =================================================================== */

/* ---------------------------------
*    Font Family
*/
body {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

input, textarea {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* ---------------------------------
*    Font Size
*/
.x-large	{ font-size: 164%; line-height: 1.8em; }
.large		{ font-size: 144%; }
.mid		{ font-size: 122%; }
.small		{ font-size:  93%; }
.x-small	{ font-size:  77%; letter-spacing: 1px; }

.bold { font-weight: bold;}



/* =====================================================================
*
*    4. Basic Format
*
* =================================================================== */
* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 160%;
}
 
body {
	background: #fff;
	color: #3f3f3f;
	line-height: 160%;
}


/* ---------------------------------
*    clearfix
*/
.clearfix {width:100%;}
.clearfix:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}
.clearfix { min-height: 1%; }


/* ---------------------------------
*    nodisplay
*/
.nodisplay { display: none; }


/* ---------------------------------
*    hoverImg
*/
a:hover img.hoverImg{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* =====================================================================
*
*    5. Basic Hyperlink Format
*
* =================================================================== */
/* ＼*/ a { outline:none; overflow:hidden; } /**/
/* ＼*/ a:focus { outline:none; overflow:hidden; } /**/
a:link		{ color: #3f3f3f; text-decoration: none; }
a:visited	{ color: #6b6b6b; text-decoration: none; }
a:hover		{ color: #3f3f3f; text-decoration: none; background-color: #faf50f; }
a:active	{ color: #3f3f3f; text-decoration: none; background-color: #faf50f; }


/* =====================================================================
*
*    6. font color
*
* =================================================================== */
.red			{ color: #d20e0e; }
.blue			{ color: #11acf2; }
.green			{ color: #6aca26; }
.pink			{ color: #e111ac; }


/* =====================================================================
*
*    7. Column
*
* =================================================================== */
.grid2col,div.grid3col,div.grid4col{ clear: both;}
.columnL { float: left;}
.columnR { float: right;}
.columnCenter { float: left;}