@charset "utf-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,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: inherit;
	vertical-align: baseline;
	font-size: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,caption,th,td
	{ /*word-wrap: break-all;
word-break: break-all;*/
	word-wrap: break-word;
	text-align: left;
}

html,body {
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-size: 87%;
	font-family: arial, "Lucida Grande", "Lucida Sans Unicode","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", helvetica,clean, sans-serif;
	line-height: 1;
}

input[type="text"], input[type="password"], input[type="submit"], button, textarea/*, select*/ {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

caption,th,td {
	font-weight: normal;
	vertical-align: middle;
}

ol,ul {
	list-style: none;
}

q,blockquote {
	quotes: none;
}

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

a img {
	border: none;
}

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

img {
	height: auto;
	width: auto;
	max-width: 100%;
}

* {
	zoom: 1;
}

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

.clearfix {
	display: inline-table;
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}

/* clearfix End */
div,li {
	position: relative;
}

/*ユーティリティ********************/ /*font*/
.mincho {
	font-family: serif, "ヒラギノ明朝 Pro W6", "Hiragino Mincho ProN","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝";
}

.gothic {
	font-family: arial, "Lucida Grande", "Lucida Sans Unicode","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", helvetica, clean, sans-serif;
}

/*text-style*/
.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.aright {
	text-align: right;
}

.aleft {
	text-align: left;
}

.acenter {
	text-align: center;
}

/*cursor*/
.btn,input[type="submit"],input[type="button"],label {
	cursor: pointer;
}

/*atcl*/
.atcl {
	word-break: normal;
	word-wrap: break-word;
	line-height: 1.8;
}

/*video-container*/
.video-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}

.video-container iframe,.video-container object,.video-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}