/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, picture {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

img {
    vertical-align: bottom;
    /*max-width: 100%;
    height: auto;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	font-size: 10px;
}

body {
	line-height: 1;
	font-family: Times New Roman, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HiraMinProN", "游明朝", "Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 1.6rem;
	letter-spacing: 2px;
}

	@media (max-width: 700px) {
		body {
			font-size: 1.4rem !important;
		}
	}

label {
	cursor: pointer;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

a {
	text-decoration: none;
	color: inherit;
}

::selection {
    background: #dbdbdb;
    color: #000;
}

::-webkit-selection {
    background: #dbdbdb;
    color: #000;
}

::-moz-selection {
    background: #dbdbdb;
    color: #000;
}

a:hover,
#under #review #review-search div ul li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

hr {
	margin: 0;
}

.common .box ul li a:hover,
#under .common .box ul li a:hover,
#newface .box li > div .right a:hover,
#review .box .img a:hover,
#history .box ul li .img a:hover,
#nav-menu a:hover,
#new a:hover,
.layout1 a:hover,
.layout2 a:hover {
	opacity: 1;
}

.layout2 .girl > div a:hover,
#under .layout1 a:hover,
#under .layout2 a:hover {
	opacity: 0.6;
}

input,
submit,
select,
textarea,
button {
	font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

input,
select,
textarea {
	font-size: 16px;
}

label input[type="checkbox"] {
	opacity: 0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
}

label input.checkboxInput,
label.erase input {
	opacity: 1 !important;
	-webkit-appearance: checkbox !important;
	appearance: checkbox !important;
	position: inherit !important;
	width: auto !important;
}