@charset "Shift_JIS";

/*=====================================================
 * Style Name: Base Reset
 * Style URL: /mobile/css/css_smart/basic_v2.css
 * Description: Base Style Sheet
 * Version: 1.0
 * Last Up Date: 2015/00/00
 * Author: neos
 * Author URL: http://www.neoscorp.jp/
 *
 * Markup Reference:
 *
=====================================================*/



/*-----  contents -------

	1: Universal Reset
	
----------------------*/


/*
===== 1: universal reset =================================*/
body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, fieldset, label,
th, td,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #ffffff;
	color: #000000;
	/*font-size: 14px;*/
	font-size: 16px;
	line-height: 1;
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, dt {
	font-size: 100%;
	font-weight: normal;
}

ul, ol {
	list-style-type: none;
}

em ,i, b, strong {
	font-style: normal;
	font-weight: normal;
}

em {
	font-weight: bold;
}

table, th, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}


/* Form elements styles
-------------------------------------*/

input, textarea, select {
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
}


/* Link setting
-------------------------------------*/
a:link { 
	color: #e16392;
	text-decoration: underline;
}

a:visited {
	color: #e16392;
	text-decoration: underline;
}

a:hover,
a:active { 
	color: #e16392;
	text-decoration: underline;
}

/*ad
-------------------------------------*/

/*--- yahoo ---*/

.sub-display,
.sub-display-inline {
	display: none!important;
}


/*--- google ---*/

.sub-display-g,
.sub-display-inline-g {
	display: none!important;