@charset "UTF-8";

@import url(pc.css) screen and (min-width: 769px);
@import url(sp.css) screen and (max-width: 768px);
/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

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;
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	-webkit-text-size-adjust: none;
    margin:0px;
    
}

body img{
    display:none;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	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;
	border: 0;
	color:#0c419a;
	text-decoration:none;
	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;
}



input, select {
	vertical-align: middle;
}




/* micro clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}












img {
	line-height: 0;
}

a:focus {
	outline: none;
}

a {
	text-decoration:underline;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
}

html {
  margin: 0 auto;
  background: #fff; /* Fills the page */
  position: relative; /* Fix for absolute positioning */
  /*border-left:solid 1px #999;*/
  /*border-right:solid 1px #999;*/
overflow-y:scroll;

}






/* --------------------------------------------------------------------------------------------------------------------

common

-------------------------------------------------------------------------------------------------------------------- */

body > header {
	line-height: 0;
}

body > footer {
	color: #fff;
	font-size: 12px;
	padding: 5px 4px;
}
#index{
	text-align:center;
	height:100%;
	padding:0px 0px;
	max-width:700px;
	margin: 0 auto;
}

p{margin:0px 0px;}

#index > header h1 {
	line-height: 0;
	background: none;
	padding: 0;
}
#index img{
	height: auto;
	display:block;
    margin:0px 0px;
    line-height:0em;
    vertical-align:bottom;
}



/*** テキスト化
******************************************/



.txt01_3{
	height:auto;
	margin: 0 5% 0 5%;
	padding: 1% 3% 1% 3%;
	font-size: 15px;
	text-align: left;
	line-height: 1.4 !important;
	color: #000;
	border:solid 1px;
}


.txt03 {
	height:auto;
	padding: 3% 5% 2% 5%;
	font-size: 16px;
	line-height:170%;
	text-align: left;
	color: #000;
}

.txt03_2 {
	height:auto;
	padding: 2% 5% 2% 5%;
	font-size: 16px;
	line-height:170%;
	text-align: left;
	color: #000;
}

.txt03 h {
	text-decoration:underline;
}

.txt04 {
	height:auto;
	padding: 10% 5% 5% 5%;
	font-size: 12px;
	line-height:170%;
	text-align: center;
	color: #000;
}

.txt05 {
	height:auto;
	padding: 3% 5% 3% 6%;
	font-size: 10px;
	text-align: left;
	line-height: 1.4 !important;
	color: #333;
}

.txt06 {
	height:auto;
	padding: 1% 5% 2% 5%;
	font-size: 12px;
	line-height:170%;
	text-align: left;
	color: #000;
}


hr {
height: 1px;
background-color: #DF0101; 
border: none;
color: #DF0101; 
    padding-bottom: 2px;
}
