﻿@charset "utf-8";

/* リセットcss start */
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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

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

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

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

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* リセットcss end */


/* 全体 start */

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

body{
	font-size:14px;
	background:#fafafa;
	color:#444;
	line-height:1.4em;
	text-align:left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4{
	line-height:1.4em;
}

a{
	text-decoration:none;
	color:#444;
}

/* 全体 end */


/* コンテンツ start */

#top_banner{
	width:100%;
	height:auto;
}

.info_section{
	width:92%;
	margin:0 4%;
	padding:10px 0;
}

#function_info h2{
	width:92%;
	margin:0 4%;
}

#function_info{
	width:100%;
	margin:0;
}

h1{
	display:none;
}

h2{
	font-size:20px;
	padding:10px 0 0 0;
}

h3{
	font-size:16px;
	font-weight:bold;
	padding:7px 8px 6px 40px;
}

#important_info{
	width: 92%;
    margin: 0 4%;
}
#app_info, #linkInfo, #linkMotor, #linkTraffic, #linkRank{
	width: 92%;
    margin: 0 4%;
    padding: 2% 0 4% 0;
}

.card_wrap{
	background:#fff;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	box-shadow:rgba(0, 0, 0, 0.14) 0px 1px 4px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.14) 0px 1px 4px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.14) 0px 1px 4px 1px;
	margin-top:4%;
	width:100%;
}

.boxcard_wrap{
	float: left;
	background:#fff;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	box-shadow:rgba(0, 0, 0, 0.14) 0px 1px 4px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.14) 0px 1px 4px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.14) 0px 1px 4px 1px;
	margin: 0 0 4% 4%;
	width:44%;
}


.card_text_wrap{
	padding:4%;
}

.card_text_wrap img{
	text-align: center;
	padding:0 15% 2%;
	width: 70%;
}

.card_title{
	padding:8px 4% 8px 4%;
	border-bottom:solid 1px #d6d6d6;
}

.card_title h3.title_icon_info{
	background:url(../../img/common/oshirase2018/title_icon_info.svg) left top no-repeat;
	background-size:30px 30px;
	background-position: 0 3px;
}

.card_title h3.title_icon_new{
	background:url(../../img/common/oshirase2018/title_icon_new.svg) left top no-repeat;
	background-size:30px 30px;
	background-position: 0 3px;
}

.card_title h3.title_icon_cycle{
	background:url(../../img/common/oshirase2018/title_icon_cycle.svg) left top no-repeat;
	background-size:30px 30px;
	background-position: 0 3px;
}

.card_title h3.title_icon_traffic{
	background:url(../../img/common/oshirase2018/title_icon_traffic.svg) left top no-repeat;
	background-size:30px 30px;
	background-position: 0 3px;
}

.card_title h3.title_icon_rank{
	background:url(../../img/common/oshirase2018/title_icon_rank.svg) left top no-repeat;
	background-size:30px 30px;
	background-position: 0 3px;
}

p.card_date{
	text-align:right;
	color:#929292;
}

p.boxcard_text{
	height: 57px;
	padding:0 4% 8px 4%;
}

.boxcard_area{
	width:100%;
}

.boxcard_set{
	width:100%;
	padding: 4% 0 0 0;
}

/*.boxcard_set .clear{
	float: none;
	margin: 0 0 -4% 0;
}*/

.boxcard_wrap img{
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	width:100%;
	height:auto;
	vertical-align:bottom;
}

.boxcard_wrap h3{
	position: relative;
    margin: 0 0 0 7px;
    font-size: 14px;
    padding: 10px 4% 8px 14%;
}

.boxcard_wrap h3.title_icon_info{
	background:url(../../img/common/oshirase2018/title_icon_info.svg) left top no-repeat;
	background-size: 18px 18px;
    background-position: 0 9px;
}

.boxcard_wrap h3.title_icon_new{
	background:url(../../img/common/oshirase2018/title_icon_new.svg) left top no-repeat;
	background-size: 18px 18px;
    background-position: 0 9px;
}

.boxcard_wrap h3.title_icon_cycle{
	background:url(../../img/common/oshirase2018/title_icon_cycle.svg) left top no-repeat;
	background-size: 18px 18px;
    background-position: 0 9px;
}

.boxcard_wrap h3.title_icon_traffic{
	background:url(../../img/common/oshirase2018/title_icon_traffic.svg) left top no-repeat;
	background-size: 18px 18px;
    background-position: 0 9px;
}

.boxcard_wrap h3.title_icon_rank{
	background:url(../../img/common/oshirase2018/title_icon_rank.svg) left top no-repeat;
	background-size: 18px 18px;
    background-position: 0 9px;
}


/* コンテンツ end */

/* 下層コンテンツ start */

h1{
	display:none;
}

#title_area h2{
	font-size:20px;
	padding-bottom:4%;
}

.article_wrap h3{
	font-size:16px;
	font-weight:bold;
	padding:0 0 2% 0;
}

#wrap{
	width:92%;
	margin:0 4%;
}

#title_area{
	padding:20px 0 10px 0;
	border-bottom:solid 1px #d6d6d6;
}

p.title_info{
	padding-top:10px;
}

p.card_date{
	color:#929292;
}

.article_wrap{
	padding:20px 0 10px 0;
	border-bottom:solid 1px #d6d6d6;
}

.image_area{
	padding-bottom:10px;
}

.image_area img{
	float:left;
	width:48%;
	height:auto;
}

.image_left{
	margin-left:4%;
	float:left;
}

.card_list {
    padding: 15px 5% 15px 2%;
    border-bottom: solid 1px #d6d6d6;
    margin: 0 2%;
}

.updateDate{
font-size: 80%;
color: #7f7f7f;

}

.arrow_wrap{
position: relative;
width: 100%;
display: inline-block;
padding: 0 0 0 0px;
vertical-align: middle;
text-decoration: none;
}
.arrow_wrap::before,
.arrow_wrap::after{
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.arrow_right::before{
right: 4%;
width: 7px;
height: 7px;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}



#white_btn{
	background:#fff;
	color:#444;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	box-shadow:rgba(0, 0, 0, 0.14) 0px 1px 4px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.14) 0px 1px 4px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.14) 0px 1px 4px 1px;
	width:84%;
	padding:0 4%;
	margin:10px 4% 20px 4%;
}

#white_btn a{
	color:#444;
	display:block;
	width:100%;
	padding:20px 0;
}

footer{
	padding-top:10px;
	text-align:center;
}

.credit_text{
	padding-bottom:10px;
}

/* 下層コンテンツ end */

/* 会員登録 start */

#member_registration{
	background:#ff8236;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	box-shadow:rgba(0, 0, 0, 0.14) 0px 1px 4px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.14) 0px 1px 4px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.14) 0px 1px 4px 1px;
	width:84%;
	padding:0 4%;
	margin:10px 4% 20px 4%;
}

#member_registration a{
	color:#fff;
	display:block;
	width:100%;
	padding:20px 0;
}

/* 会員登録 end */


/* ショートカット start */

.article_wrap_shortcut h3{
	font-size:16px;
	padding:0 0 10px 0;
	text-align:center;
	font-weight:normal;
}

.article_wrap_shortcut h3.shortcut_point{
	font-size:20px;
	color:#e18f19;
	font-weight:bold;
	margin-top:-10px;
}

.article_wrap_shortcut{
	padding:20px 0 10px 0;
}

.image_area_shortcut{
	padding-bottom:10px;
}

.image_area_shortcut img{
	width:100%;
	height:auto;
}

/* ショートカット end */
