/* html5 reset css */

html{
    -webkit-text-size-adjust: none;
}/*フォントサイズの自動サイズを無効化*/


/* reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
}

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

body {
	line-height: 170%;/*追加*/
	letter-spacing: 0.03em;
	background-image: url(../img/top/contents_bg.png);
	text-align: left;
	color: #313131;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
	margin: 0px;
	padding: 0px;	
}
body
   {
	background-image: url(../img/top/contents_bg.png);
	font-size: 14px;
	text-align: left;
}

li { list-style-type: none; }

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration	: none;
}

a img {  border: none; }

img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	max-width: 100%; 
    height:auto;
}

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

[hidden] { display: none; }

input, select { vertical-align:middle; }


* {
  word-wrap: break-word;
}




label { 
  cursor: pointer;
}

mark {
  background-color: #ff9;
  color: #000;
}



/* clearfix
:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
*/
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}

a:hover {
	color: #fff;
}

.pink {
	color: #fc507d;
}

hr {
	margin-bottom:16px;
	margin-top:30px;
}

