﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.row_link .link_box{
border: 1px solid #fff;
}

.row_link h3 {
	font-family: "ヒラギノ明朝 Pro 3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	-webkit-transform: scale(1, 0.9) !important;
	transform: scale(1, 0.9) !important;
	font-size: 22px;
	text-align: center;
	margin: 0px 0px 35px 0px !important;
	background: none;
	color: #fff;
	font-weight: normal;
	padding: 0px;
}

.row_link ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

.row_link li {
	display: inline-block;
	width: 241px;
	margin: 0px;
	padding: 0px;
	min-height: 30pt;
}

.row_link ul li a {
	display: block;
	position: relative;
}

.row_link ul li img {
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}

.row_link ul li .arw_y {
	background: url(../images/common/link_arw_yellow.png) no-repeat right 3px;
	background-color: rgba(0, 0, 0, 0.5) !important;
	display: block;
	position: absolute;
	bottom: 0pt;
	width: 221px;
	padding: 10px;
	background-position: 95% 15px;
	background-size: 10px;
	color: #fff;
}

.row_link .col-md-6 {
display: inline-block;
width: 32%;
margin: 0px 0px 0px 0px;
vertical-align: top;
}

.col-md-6 img {
margin: 0px 15px 0px 0px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.row_link li {
	min-height: 30pt;
}

.row_link ul li img {
	min-height: 36pt;
}
}
