
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote, q {
  quotes: none;
}

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

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top:1px solid;
  /*margin: 1em 0;*/


/*
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
*/
}


input, select {
  vertical-align: middle;
}

/**
 * Minimal base styles.
 */
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none;
  text-decoration: none;
}

ul, ol {
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
}

/* Remove margins for navigation lists */
nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

small {
  /*font-size: 85%;*/
  font-size: 10px;
}

strong, th {
  font-weight: bold;
}

td {
  vertical-align: top;
}

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: none;
}

body {
 
line-height: 1.6;

  font-size: 1em;
  font-family:  'ヒラギノ角ゴ Pro W3','メイリオ','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
/*
padding: 0 10px;
width: 740px;
margin: 0 auto;
border: 1px solid #e2e2e2;
border-radius: 10px;
box-shadow: 0px 5px 5px rgba(0,0,0,0.28);
*/
}

a {
  /*color: #004498;*/
  /*
  -webkit-tap-highlight-color: #888888;
  */
text-decoration: none;

}

a:visited {
}

img {
  vertical-align: bottom;
  	max-width:100%;

}

ul {
  margin: 0;
  padding: 0;
}

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

/*2012/12/21*/
p{
	margin: 5px 0px 10px 0px;
}

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

/*
#--------------------
bodyにマージンやパディングを指定しても幅100%に合わせる処理 ./
#--------------------
*/
hr{
  margin: 1em -500%;
  padding: 0 500%;

  width: 100%;
}
html{
	overflow: auto;
}
body{
	overflow: hidden;
}


/*
#--------------------
/. bodyにマージンやパディングを指定しても幅100%に合わせる処理
#--------------------
*/


/*
--------------------
フォーム
iPhoneのボタンに「border-radius」が上手く適用されない時の解決法
参照：http://www.db.gs/article/296322468.html
.submit{
border-radius: 0 10px 10px 0;
-webkit-appearance: none;
デザイン参照：http://www.webcreatorbox.com/tech/css3-jquery-form/
--------------------
*/

.label{

}
/*.text, textarea, .dropdown, .form-input{
select, .text, textarea{

*/
.text, textarea{
	font-size: 14px;
	height: 32px;
	border:1px solid #999999;
	width: 280px;
	max-width:100%;
	padding: 0 4px;

	display: block;

	/*角丸*/
	border-radius: 0px;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;
	
	/*ボックスシャドー 水平方向距離 垂直方向距離 ぼかし距離 広がり距離 影の色 inset(省略可)*/
	-webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.2)inset;
    -moz-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.2)inset;
    box-shadow:0px 1px 2px rgba(0, 0, 0, 0.2)inset;
}

textarea{

	height:150px;
}

/*IDへ移動*/
.id-form input[type="submit"]{
	margin-top: 5px;
}
.id-form .dropdown{
	display: block;
}
.id-form #idtext{
	display: block;
	margin-top: 5px;
	width: 268px;
}
.id-form div{
	display: block;
	width: 100%;
	background: #f53939;
}
/* / IDへ移動*/

#mini{
	width: 100px;
}
.dropdown{
	height: 32px;
	border-radius: 0px;
		-moz-border-radius: 0px; 
		-webkit-border-radius: 0px;
	padding: 4px;
	font-size: 14px;
	border:1px solid #999999;
}
.dropdown option {

}

input[type="submit"]{
	/*submitボタンはIEでうまく角丸にならないので行わない*/

	border:1px solid #007896;
	font-size:14px;
	padding: 4px 7px;
	color: #ffffff;
	border-radius: 4px;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;

	/*ボックスシャドー 水平方向距離 垂直方向距離 ぼかし距離 広がり距離 影の色 inset(省略可)    
	-webkit-box-shadow:-1px -1px 1px rgba(0, 0, 0, 0.2)inset,1px 1px 1px rgba(255,255,255,0.2)inset;
    -moz-box-shadow:-1px -1px 1px rgba(0, 0, 0, 0.2)inset,1px 1px 1px rgba(255,255,255,0.2)inset;
    box-shadow:-1px -1px 1px rgba(0, 0, 0, 0.2)inset,1px 1px 1px rgba(255,255,255,0.2)inset;
    */

	/*グラデーション*/
	/*background: -moz-linear-gradient(top,#99c9e5 0%,#428ec9); 青カラー*/
	background: -moz-linear-gradient(top,#00b9e7 0%,#0091b5);
	background: -webkit-gradient(linear, left top, left bottom, from(#00b9e7), to(#0091b5));
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00b9e7,endColorStr=#0091b5, GradientType=0);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00b9e7,endColorstr=#0091b5, GradientType=0)";
	zoom: 1;
}
input[type="submit"]:hover, input[type="submit"]:active{
	background: -moz-linear-gradient(top,#0091b5 0%,#00b9e7);
	background: -webkit-gradient(linear, left top, left bottom, from(#0091b5), to(#00b9e7));
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0091b5,endColorStr=#00b9e7, GradientType=0);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0091b5,endColorstr=#00b9e7, GradientType=0)";
	zoom: 1;
}

/*
--------------------
2012/12/27 AD テキストリンク
--------------------
*/

.adtl{
	margin: 0 auto;
	padding: 8px;
	max-width: 980px;

	font-size: 12px;
}


.adtl ul{
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.4);
	border: 1px solid rgba(0,0,0,0.2);

	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.15);
	box-shadow:0px 2px 2px rgba(0,0,0,0.15);  
	overflow: hidden;
	box-sizing: border-box;
}

.adtl li {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
}
.adtl li:last-child {
	border-bottom: none;
}

.adtl li::after {
	position: absolute;
	overflow: hidden;

  top: 50%;
  right: 10px;
  display: block;
  content: "";
  margin-top: -7px;
  width: 9px;
  height: 14px;
  background-image: url(../img/sp/spicon_2x.png);
  background-position: -2px -2px;

    -moz-background-size: 38px auto;
    -webkit-background-size: 38px auto;
    -o-background-size: 38px auto;
    background-size: 38px auto;
}
.adtl #title::after {
	background-image:none;
	background-size:none;
}
.adtl li p {
	font-weight:bold;
	padding: 5px 20px 5px 5px;
	margin:0;
	display: block;
}
.adtl a {
	padding: 5px 20px 5px 5px;
	display: block;
}
.adtl a span{
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#fff;
	background-color: #ff1493;
	padding: 0px 2px;
	margin:0 0 0 2px;
}
.adtl li a:hover, .adtl li a:active {
	background-color: rgba(0,0,0,0.05);
}

/*--------------------
AD 横並びリンク
--------------------*/

.adwl{
	padding: 10px 8px 5px 8px;
	margin: 0 auto;
	text-align: center;
	max-width: 980px;
}
.adwl a span{
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#fff;
	background-color: #ff1493;
	padding: 1px 2px;
	margin:0 0 0 2px;
	font-weight: normal;
	font-size: 10px;
	text-shadow:none;
}
.adwl li {
	width:32%;
	float: left;
}
.adwl li:last-child{
	width:36%;
}
.adwl li a{
	display: block;
	margin-left: 5px;
    padding: 2px 2px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;

	background-color: rgba(255,255,255,0.4);
	border: 1px solid rgba(0,0,0,0.2);

	box-shadow:0px 2px 2px rgba(0,0,0,0.1);  
		-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.1);
		-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.1);

    border-radius: 2px;
    	-webkit-border-radius: 2px;
    	-moz-border-radius: 2px;
}
.adwl li:first-child a{
	margin-left: 0px;
}
.adwl li a:hover, .adwl li a:active {
	background-color: rgba(0,0,0,0.05);
}
