@charset "utf-8";
/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

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

img {
	max-width:100%;
}


input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul, li{
    list-style:none;
    margin:0;
    padding:0;
}

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

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
table {
	width:100%;
}
b {
    font-size: 14px;
    font-weight: bold;
}
small {
    font-size: 12px;
}


/* common */


body {
	font-family:Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight:normal;
	line-height: 1.7em;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x:hidden;
	color:#333;
	background:url(../images/bg.png) repeat 0 0 #2252a9;
	position:relative;
}
body.english{font-family: 'Source Sans Pro', sans-serif;}
body {
    -webkit-text-size-adjust: 100%;
}
#wrap{ background:url(../images/bg2.png) repeat 0 0;}

@media (max-width: 640px) {
#wrap{ background-size:525px 359px;}
}


a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a.alpha:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}




.clear{
	clear:both;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

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

ここから共通パーツ

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



/* 　テキストの位置　 */
.t-l{
	text-align: left;
}
.t-c{
	text-align: center;
}
.t-r{
	text-align: right;
}

/* 　テキストの大きさ　 */
.small{ font-size:12px !important; line-height:1.4em !important;}
.regular{ font-size:14px; !important}
.large{ font-size:16px !important;}

/* 　テキストの色　 */
.txtRed{ color:#fe0000;}
.txtPink{ color:#e25add;}
.txtGreen{ color:#32af00;}



/* 　リスト　 */
ul.disc li{ list-style:disc; margin-left:20px; padding-left:0;}
ul.icon_link_blk li{ background:url(../images/icon_link_blk.png) 0 0.3em no-repeat; padding-left:19px; margin-top:10px;}
ul.icon_link_blue li{ background:url(../images/icon_link_blue.png) 0 0.3em no-repeat; padding-left:19px; margin-top:10px;}
ul.icon_link_blue li a{ color:#436dca}


