﻿.widthItem1 {
	width: 234px;
}

.widthItem2 {
	width: 230px;
}

.widthItem {
	width: 240px;
}


.imageArea {
	text-align: center;
}

.imageArea img {
	width: auto;
}

.imageArea2 {
	text-align: center;
}

.imageArea3 {
	text-align: left;
}

.imageArea img {
	width: auto;
}

.linkStyle1 a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}

.linkStyle1 a:hover,
.linkStyle2 a:hover{
	opacity: 0.7;
}

.linkStyle1 a:link,
.linkStyle2 a:link{
	transition: 0.3s;
}

.linkStyle3 a {
	color: #0bacff;
	text-decoration: underline;
	padding: 0 0 0 4px;
	dispaly: block;
}

.linkStyle3 a:hover {
	text-decoration: none;
}

.linkStyle3 img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.contentAreaA {
	width: 1100px;
	margin: 20px auto 0;
	position: relative;
}

.contentAreaB {
	width: 814px;
	float: left;
	position: relative;
}

.contentAreaC {
	width: 240px;
	float: right;
	margin: 0 6px 0 0;
}

.boxItem {
	background: #ffffff;
	box-shadow: 6px 6px rgba( 234, 234, 234, 0.9);
	position: relative;
	margin-bottom: 6px;
}

.uTitle {
    margin-top: 20px;
    color: #888;

}

.boxItem2 {
	background: #ffffff;
	box-shadow: 4px 4px rgba( 234, 234, 234, 0.9);
	position: relative;
	margin-bottom: 4px;
}

.boxItemP {
	padding: 0 0 20px;
    /* 2016/02/10 smde追加*/
    width: 234px;
}

.center {
	text-align: center;
}

.boxItemLink1 {
	background: #0bacff url(../images/arrow_img2.png) no-repeat 14px center;
	background-size: 23px 22px;
	position: relative;
	display: inline-block;
	margin: 10px 0 6px;
}

.boxItemLink1 img {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
}

.boxItemLink1 p {
	color: #ffffff;
	padding: 14px 14px 16px 45px;
}

.boxItemLink2 {
	background: #ffffff url(../images/arrow_img3.png) no-repeat 10px center;
	background-size: 19px 20px;
	position: relative;
	display: inline-block;
	margin: 10px 0 6px;
}

.boxItemLink2 img {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
}

.boxItemLink2 p {
	padding: 14px 10px 16px 36px;
}

.boxItemLink3 {
	background: #ff8c05 url(../images/arrow_img8.png) no-repeat 14px center;
	background-size: 19px 20px;
	position: relative;
	display: inline-block;
	margin: 6px 0 6px;
}

.boxItemLink3 img {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
}

.boxItemLink3 p {
	color: #ffffff;
	padding: 12px 14px 14px 40px;
}

.boxItemLink4 {
	background: #ffffff url(../images/arrow_img7.png) no-repeat 90px center;
	background-size: 19px 20px;
	position: relative;
	width: 300px;
	display: inline-block;
	box-shadow: 6px 6px #dcdcdc;
	margin: 10px auto 6px;
}
.boxItemLink4_2 {
	background: #ffffff url(../images/arrow_img7.png) no-repeat 24px center;
	background-size: 19px 20px;
	position: relative;
	width: 300px;
	display: inline-block;
	box-shadow: 6px 6px #dcdcdc;
	margin: 10px auto 6px;
}


.boxItemLink4 img,
.boxItemLink4_2 img{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
}

.boxItemLink4 p,
.boxItemLink4_2 p{
	text-align: center;
	padding: 12px 14px 14px 40px;
}

.boxItemLink5 {
	background: #0bacff url(../images/arrow_img8.png) no-repeat 14px center;
	background-size: 19px 20px;
	position: relative;
	display: inline-block;
	margin: 6px 0 6px;
}

.boxItemLink5 img {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
}

.boxItemLink5 p {
	color: #ffffff;
	padding: 12px 14px 14px 40px;
}

.boxItemLink1 a:hover, 
.boxItemLink2 a:hover, 
.boxItemLink3 a:hover, 
.boxItemLink4 a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.boxItemCurrent1 {
	background: #ffffff url(../images/arrow_img4.png) no-repeat 14px center;
	background-size: 23px 22px;
	position: relative;
	border: 2px solid #0065a6;
	display: inline-block;
}

.boxItemCurrent1 img {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
}

.boxItemCurrent1 p {
	color: #0065a6;
	padding: 14px 14px 16px 45px;
}

.boxItemHeading p {
	margin-left: 56px;
	padding: 8px 0;
}

.headingBg {
	background: #DF012D;
	top: 4px;
	bottom: 4px;
	left: 6px;
	width: 38px;
	border-radius: 4px;
	position: absolute;
	text-align: center;
	display: table-cell;
}

.headingBg:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.headingBg img {
	display: inline-block;
	vertical-align: middle;
}

.boxItemContent {
	width: 184px;
	height: 370px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 26px;
}

.boxItemContent:nth-child(4n) {
	margin-right: 0;
}

.boxItemContent .boxItemContentInner {
	position: absolute;
	padding: 3px 8px;
	top: 0;
	left: 0;
	z-index: 1;
}

.boxItemContent p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding: 2px 10px 0;
}

.contentImageArea {
	width: 184px;
	height: 290px;
	background: #fff url(../images/bg_logo.png) no-repeat center;
	background-size: 100px 27px;
	position: relative;
	overflow: hidden;
}

.contentImageArea img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.boxItemBanner {
	/*text-align: center;
	padding: 0 0 10px;*/
	padding:0 15px 10px;
}

.boxItemSideContent {
	width: 234px;
	height: 140px;
	overflow: hidden;
	margin-top: 16px;
}

.boxItemSideContent p {
	padding: 0 8px 8px;
}

.sideContentImageArea {
	width: 90px;
	height: 140px;
	background: #f0f0f0;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 12px 0 0;
}

.sideContentImageArea img {
	position: absolute;
	width:90px;
	height:auto;
}

.boxItemSideBanner {
	text-align: center;
	padding: 20px 0;
}

.breadcrumb {
	width: 100%;
	background: #0065a6;
}

.breadcrumbInner {
	width: 1100px;
	margin: 0 auto;
}

.breadcrumbInner p {
	padding: 8px 0 10px 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumbInner span {
	font-size: 8px;
	padding: 0 8px;
}

.breadcrumbInner a {
	color: #ffffff;
	text-decoration: underline;
}

.breadcrumbInner a:hover {
	text-decoration: none;
}

.boxItemPageContent {
	width: 140px;
	height: 285px;
	float: left;
	margin-top: 20px;
	margin-right: 28.4px;
    overflow: hidden;
}

.boxItemPageContent:nth-child(5n) {
	margin-right: 0;
}

.boxItemPageContent p {
	padding: 6px 8px 10px;
}

.boxItemPageContentInner {
	width: 140px;
	height: 225px;
	position: relative;
}

.pageContentImageArea {
	width: 140px;
	height: 220px;
	position: relative;
	background: #f0f0f0;
}

.pageContentImageArea img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.boxItemPageContentItem {
	position: absolute;
	top: 184px;
	right: 0px;
	z-index: 1;
}

.boxItemPageContentItem img {
	width: 100px;
	height: 36px;
}

.linkListArea {
	width: 240px;
	position: absolute;
	top: 0;
	right: -280px;
}

.boxItemDetail {
	margin: 20px 0 0;
	padding: 0 0 40px;
}

.detailArea {
	margin: 20px 0 0;
	overflow: hidden;
}

.detailArea_furuba {
	margin-top: -4.2%;
}

.detailInnerImage {
	width: 240px;
	height: 380px;
	position: relative;
	float: left;
	margin: 0 30px 0 0;
}

.detailInnerImage_furuba {
	margin-top:9%;
}

.detailInnerImage img {
	width: 100%;
	height: auto;
}

.detailInnerTxt {
	overflow: hidden;
}

.detailInnerItem {
	overflow: hidden;
}

.detailContentListArea {
	overflow: hidden;
	margin: 10px 0 0;
}

.detailContentListArea p {
	margin: 4px 0 0;
    width: 110px;
}

@media screen and ( max-width: 415px) {
.detailContentListArea p {
	margin: 4px 0 0;
    width: 80px;
}
}

.detailContentList {
	/*float: left;
	margin-right: 20px;*/
    margin-right: 17px;
    display: inline-block;
    vertical-align: top;
}

.detailContentList:nth-child(6n) {
	margin-right: 0;
}

.detailContentList:nth-child(n+7) {
	margin-top: 20px;
}

.detailContentList a {
	width: 100%;
	display: block;
}

.detailContentList a:hover {
	opacity: 0.7;
}

.detailContentList a:link {
	transition: 0.3s;
}

.detailContentListImage {
	width: 110px;
	height: 174px;
	position: relative;
}

.detailContentListImage img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.detailThumbnailList {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 6px;
    width: 18%;
}
.detailThumbnailList:nth-child(7),
.detailThumbnailList:nth-child(12),
.detailThumbnailList:nth-child(17),
.detailThumbnailList:nth-child(22),
.detailThumbnailList:nth-child(27){
    margin-right: 0;
}
    
.detailThumbnailList img {
    width: 100%;
    height: auto;
}


.tokusetsuImage {
	width: 1100px;
	height: 390px;
	position: relative;
	overflow: hidden;
}

.tokusetsuImage img {
	positon: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.tokusetsu2ColumnInner {
	width: 530px;
	float: left;
	margin-top: 20px;
	padding: 0 0 30px;
	height: 400px;
}

.tokusetsu2ColumnInner2 {
	width: 500px;
	float: left;
	padding: 0 0 30px;
	height:auto;
	vertical-align: top;
}

.tokusetsu2ColumnInnerBnr{width: 530px;float: left; margin-top: 20px;line-height: 0;}

.tokusetsu2ColumnInnerBnr img{ width: 100%; height: auto;}

.youtubeContainer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtubeContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.newsmtA {
	margin-top: 28px;
}

.newsmtB {
	margin-top: 28px;
    /*padding-right: 100px !important;*/
}

.newsptA {
	padding-top: 10px;
}

.newspbA {
	padding-bottom: 20px;
}

.newsImage {
	width: 180px;
	height: 300px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 24px 0 0;
}

.newsImage img {
	position: absolute;
	width: 100%;
	height: auto;
}

.newsImage2 {
	width: 114px;
	height: 158px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 24px 0 0;
}

.newsImage2 img {
	position: absolute;
	width: 100%;
	height: auto;
}

.newsInnerItem {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 8px;
}

.newsContentArea {
	overflow: hidden;
}

.newsContentArea p {
	padding-left: 10px;
	padding-right: 10px;
}

.newsContentAreaB {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0 20px;
	overflow:hidden;
}

.newsLinkStyle1 a {
	color: #0065a6;
}

.feedPageArea {
	width: 100%;
	margin: 10px auto 0;
}

.feedPageBtn {
	display: inline-block;
	margin: 10px 4px 6px;
}

.feedPageBtn p {
	padding: 6px 0;
}

.boxFadePageItem {
	position: relative;
}

.boxFadePageItem img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.boxFadePageItem p {
	padding: 10px 16px 8px 16px;
}

.fadePageCurrent {
	background: #cccccc url(../images/btn_current_img.png);
}

.boxItemMagazine {
	margin: 20px 0 0;
	padding: 0 0 60px;
}

.magazineContent {
	width: 360px;
	float: left;
	margin-right: 40px;
}

.magazineContent:nth-child(2n) {
	margin-right: 0;
}

.magazineImageArea {
	width: 160px;
	margin: 6px 20px 0 0;
	float: left;
}

.magazineImageArea img {
	width: 100%;
	height: auto;
}

.snsmtA {
	margin-top: 8px;
}

.snsContent {
	width: 250px;
	height: 84px;
	float: left;
}

.snsImageArea {
	width: 80px;
	height: 80px;
	background: #ffffff;
	box-shadow: 4px 4px rgba( 234, 234, 234, 0.9);
	position: relative;
	float: left;
	margin: 0 14px 0 0;
}

.snsImageArea img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.snsIcon {
	width: 30px;
	height: 30px;
	float: left;
	position: relative;
	margin: 6px 6px 0 0;
}

.snsIcon img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.tableItem1 {
	text-align: left;
}

.tableW1 {
	width: 50%;
}

.ad_schedule {
    max-width: 600px;
    margin: 40px auto;
}
.ad_schedule td {
    background-color: #fff;
    text-align: center;
}
    .table1 {
	
}

.table1 th {
	padding:10px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #ffffff;
}

.table1 th:first-child {
	border-left: 1px solid #eaeaea;
}

.table1 th:last-child {
	border-right: 1px solid #eaeaea;
}

.table1 th {
	background-color: #e5eff6;
	color: #000000;
}

.table1 td {
	padding:10px;
	border-bottom:  1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

.table1 td:first-child {
	border-left: 1px solid #eaeaea;
}

.table2 {
	width: 100%;
	border-collapse: collapse;
}

.table2 th {
	padding: 12px 0 10px 4px;
	border-collapse: collapse;
	background: url(../images/border_img1.png) repeat-x top left;
}

.table2 td {
	padding: 12px 0 10px 4px;
	border-collapse: collapse;
	background: url(../images/border_img1.png) repeat-x top left;
}

.table2 .tableBorderItem,
.table3 .tableBorderItem,
.table5 .tableBorderItem{
	background: url(../images/border_img1.png) repeat-x bottom left, url(../images/border_img1.png) repeat-x top left;
}

.table5 .tableBorderItem2 {
	background: url(../images/border_img1.png) repeat-x top left;
}

.table5 .tableBorderItem3 {
	background: url(../images/border_img1.png) repeat-x bottom left;
}

.table3 {
	width: 100%;
	border-collapse: collapse;
}

.table3 th {
	width: 40%;
	padding: 12px 0 10px 4px;
	background: url(../images/border_img1.png) repeat-x top left;
}

.table3 td {
	padding: 12px 0 10px 4px;
	background: url(../images/border_img1.png) repeat-x top left;
}

.table4 {
	border-collapse: collapse;
}

.table4 th {
	background-color: #e5eff6;
	color: #000000;
	border-left: 1px solid #ffffff;
	padding:10px;
	border-collapse: collapse;
}

.table4 th:first-child {
	border-left: 1px solid #eaeaea;
}

.table4 .borderItem1 {
	border-top: 1px solid #eaeaea;
}

.table4 .borderItem2 {
	border-bottom: 1px solid #eaeaea;
}

.table4 .borderItem3 {
	border-top: 1px solid #ffffff;
}

.table4 td {
	padding:10px;
	border: 1px solid #eaeaea;
	border-collapse: collapse;
}

.table4 .title {
	text-align: left;
	width:240px;
}

.table5 {
	font-size: 13px;
	color: #444444;
	line-height: 1.5;
	border-collapse: collapse;
	width: 100%;
}

.table5 th,
.table5 td {
	padding: 10px;
	border-collapse: collapse;
	vertical-align: top;
}

.table5 th {
	text-align: left;
	width: 50px
}

.table5 .title {
	text-align: right;
	width: 40px;
}

.mapArea {
	overflow: hidden;
}

.mapArea p {
	float: left;
}

.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sideList {
	position: relative;
}

.sideList li {
	background: url(../images/list_img1.png) no-repeat 0 18px;
	background-size: 4px 6px;
	padding: 10px 0 0 12px;
}

.sideList2 li {
	background: url(../images/list_img1.png) no-repeat 0 38px;
	background-size: 4px 6px;
	padding: 10px 0 0 12px;
}

.sideList li a,
.sideList2 li a{
	color: #444444;
}

.mediaList {
	position: relative;
}

.mediaList li {
	background: url(../images/list_img2.png) no-repeat 0 15px;
	background-size: 8px 8px;
	padding: 10px 0 0 20px;
	text-indent: -8px;
}

.privacyList {
	padding: 0 0 0 20px;
}

.flArea {
	overflow: hidden;
}

.fl {
	float: left;
	margin-right: 10px;
}

.contactMtA {
	margin-top: 8px;
}

.contactRequired {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #f9433e;
	width: 40px;
	padding: 6px 0;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
}

.draftTxtArea1 {
	width: 450px;
}

.draftTxtArea2 {
	width: 562px;
}

.draftList {
	position: relative;
}

.draftList li {
	background: url(../images/list_img2.png) no-repeat 0 17px;
	background-size: 8px 8px;
	padding: 10px 0 0 14px;
}

.admediaBg {
	background: #eaeaea;
	margin: 20px 0 0;
	padding: 3px 0 10px;
}

.contactArea {
	width: 100%;
	border-collapse: collapse;
}

.contactArea th {
	padding: 12px 4px 10px 0;
	text-align: left;
}

.contactArea td {
	padding: 12px 0 10px 4px;
}

.contactArea td input {
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 4px;
	font-size: 16px;
	padding: 10px;
}

.contactWidth1 {
	width: 250px;
}

.contactWidth2 {
	width: 380px;
}

.contactWidth3 {
	width: 500px;
}

.contactWidth4 {
	width: 1380px;
}

.contactArea textarea {
	border: 1px solid #cccccc;
	border-radius: 4px;
	resize: none;
	font-size: 16px;
	line-height: 1.4;
	padding: 10px;
	width: 520px;
	height: 240px;
	box-sizing: border-box;
}

.submitButton {
	width: 250px;
	height: 45px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/arrow_img2.png) no-repeat 45px 12px, url(../images/button_bg.png);
	background-size: 20px 19px, 250px 45px;
	box-shadow: 6px 6px rgba( 234, 234, 234, 0.9);
	position: relative;
	padding: 0 0 0 20px;
	margin: 10px 0 0;
	border: 0;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.submitButton:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.submitButton img {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
}

.submitButton p {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}

.contactSubmitArea {
	text-align: center;
	margin: 30px auto 0;
}

.contactSelect {
	background: #ffffff;
	width:100%;
}

.selectBoxDesign1 {
	width: 234px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
	border-radius: 0px;
	background: url(../images/arrow_img5.png) no-repeat 192px center, url(../images/button_bg.png);
	background-size: 26px 26px, 100% 100%;
	padding: 17px 14px 17px 15px;
	box-shadow: 6px 6px rgba( 234, 234, 234, 0.9);
	position: relative;
	margin-bottom: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: antialiased;
}

.selectBoxDesign1 option {
	color: #444444;
}

.selectBoxDesign1 option:checked {
	color: #ffffff;
}

.selectBox1 select::-ms-expand {
  display: none;
}

@media screen and ( max-width: 415px ) {
.boxItemP {
	width: 100%;
}
    
.detailThumbnailList {
    width: 17%;
}
    
.imageArea img {
	width: 100%;
	height: auto;
}

.boxItemLink1 {
	background: #0bacff;
	position: relative;
	display: inline-block;
	margin: 10px auto 6px;
}

.boxItemLink1 p {
	padding: 8px 10px 10px 10px;
}

.boxItemLink2 {
	background: #ffffff url(../images/arrow_img3.png) no-repeat 10px center;
	background-size: 19px 20px;
	margin: 10px auto 0;
}

.boxItemLink2 p {
	padding: 14px 10px 16px 36px;
}

.boxItemLink3 {
	background: #ff8c05;
	margin: 10px auto 0;
}

.boxItemLink3 p {
	padding: 8px 10px 10px 10px;
}

.boxItemLink4 {
	background: #ffffff url(../images/arrow_img7.png) no-repeat 50px center;
	background-size: 19px 20px;
	width: 200px;
	margin: 10px auto 0;
}
.boxItemLink4_2 {
	background: #ffffff url(../images/arrow_img7.png) no-repeat 20px center;
	background-size: 19px 20px;
	width: 200px;
	margin: 10px auto 0;
}

.boxItemLink5 {
	background: #0bacff;
}

.boxItemLink5 p {
	color: #ffffff;
	padding: 8px 10px 10px 10px;
}

.boxItemCurrent1 {
	background: #ffffff;
	position: relative;
	border: 2px solid #0065a6;
	display: inline-block;
}

.boxItemCurrent1 p {
	color: #0065a6;
	font-size: 13px;
	padding: 5px 10px 7px 10px;
}

.widthItem1 {
	width: auto;
}

.widthItem2 {
	width: auto;
}

.contentAreaA {
	width: 94%;
	margin: 10px auto 0;
}

.contentAreaB {
	width: 100%;
	float: none;
}

.contentAreaC {
	width: 100%;
	float: none;
	margin: 0;
}

.variableItem {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.boxItemContent {
	width: 48%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 4%;
	min-height: 330px;
}
    
.uTitle {
    margin-top: 20px;
}
    
.boxItemContent:nth-child(2n) {
	margin-right: 0;
}

.boxItemContent:nth-child(n+7) {
	display: none;
}

.boxItemContent:before {
	content: "";
	display: block;
	padding-top: 170%;
}

.boxItemContent p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/*padding: 10px 10px 0px 10px;*/
}

.contentImageArea {
	width: 100%;
	height: auto;
	min-height: 270px;
	background: #fff url(../images/bg_logo.png) no-repeat center;
	background-size: 100px 27px;
	position: relative;
	overflow: hidden;
}

.contentImageArea:before {
	content: "";
	display: block;
	padding-top: 130%;
}

.contentImageArea img {
	width: 100%;
	height: auto;
	top: 0;
	position: absolute;
}
	
.boxItemSideContent {
	width: 30.6%;
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-right: 4.1%;
}

.boxItemSideContent:nth-child(3){
	margin-right: 0;
}

.boxItemSideContent:nth-child(6){
	margin-right: 0;
}

.boxItemSideContent:before {
	content: "";
	display: block;
	padding-top: 220%;
}

.boxItemSideContent p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 0;
	padding: 6px 8px 0;
}

.sideContentImageArea {
	width: 100%;
	height: auto;
	float: none;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.sideContentImageArea:before {
	content: "";
	display: block;
	padding-top: 150%;
}

.sideContentImageArea img {
	width: 100%;
	height: auto;
	top: 0;
	position: absolute;
}

.boxItemSideBanner {
	padding: 10px 0;
}

.boxItemSideBanner img {
	width: 134px;
	height: auto;
}

.boxItemPageContent {
	width: 30.6%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 4.1%;
}

.boxItemPageContent:nth-child(5n) {
	margin-right: 4.1%;
}

.boxItemPageContent:nth-child(3n) {
	margin-right: 0;
}

.boxItemPageContent p {
	padding: 6px 8px 10px;
}

.boxItemPageContent:before {
	content: "";
	display: block;
	padding-top: 220%;
}

.boxItemPageContent p {
	padding: 6px 6px 10px;
}

.boxItemPageContentInner {
	width: 100%;
	height: auto;
}

.pageContentImageArea {
	width: 100%;
	height: auto;
	float: none;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.pageContentImageArea:before {
	content: "";
	display: block;
	padding-top: 158%;
}

.pageContentImageArea img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.boxItemPageContentItem {
	position: absolute;
	top: 59%;
	right: 0;
	z-index: 1;
}

.boxItemPageContentItem img {
	width: 80px;
	height: 28px;
}

.breadcrumbInner {
	width: 94%;
}

.linkListArea{
	position: static;
	width: 100%;
}

.boxItemDetail {
	margin: 6px 0 0;
	padding: 0 0 20px;
}

.detailInnerImage {
	width: 100px;
	height: 200px;
	margin: 0 14px 0 0;
}

.detailInnerImage_furuba {
	margin-top:0%;
}
	
	.detailArea_furuba {
	margin-top: 3%;
}

.detailContentListArea {
	overflow: hidden;
	margin: 10px 0 0;
}

.detailContentList {
	/*float: left;*/
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

.detailContentList:nth-child(3n) {
	margin-right: 0px;
}

.detailContentList:nth-child(n+4) {
	margin-top: 10px;
}
.detailContentListImage {
	width: 100%;
	position: relative;
}

.detailContentListImage img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.detailInnerItem {
	overflow: visible;
}
    

    
    
    
    
    
    

.tokusetsuImage {
	width: 100%;
	height: auto;
}

.tokusetsu2ColumnInner {
	width: 100%;
	margin-top: 6px;
	padding: 0 0 20px;
}
	
.tokusetsu2ColumnInner2 {
	width: 100%;
	margin-top: 6px;
	padding: 0 0 20px;
}
	
.tokusetsu2ColumnInnerBnr {
	width: 100%;
	margin-top: 6px;
	padding: 0;
	line-height: 0;
}

.tokusetsu2ColumnInnerBnr img{width: 100%; height: auto;}
	
.newsmtA {
	margin-top: 28px;
}
    
.newsmtB {
	margin-top: 28px;
	/*padding-right: 100px !important;*/
}

.newsContentAreaB {
	width: 94%;
}

.newsptA {
	padding-top: 10px;
}

.newsImage {
	width: 120px;
	height: 160px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 20px 0 0;
}

.newsImage img {
	position: absolute;
	width: 100%;
	height: auto;
}

.boxItemMagazine {
	margin: 20px 0 0;
	padding: 0 0 30px;
}

.feedPageArea {
	margin: 0 auto;
}

.feedPageBtn p {
	padding: 8px 0;
}

.boxFadePageItem p {
	padding: 10px 16px 12px 16px;
}

.fadePageCurrent {
	background: #cccccc url(../images/btn_current_img.png);
}


.magazineContent {
	width: 100%;
	margin-right: 0;
}

.magazineImageArea {
	width: 120px;
}

.snsIcon {
	margin: 4px 6px 0 0;
}

.table2 th {
	width: 60px;
}

.table3 th {
	width: 60%;
	padding: 12px 10px 10px 4px;
}

.tableScroll {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.tableScroll::-webkit-scrollbar{
	height: 5px;
}

.tableScroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}

.tableScroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.admediaBg {
	margin: 20px 0 0;
	padding: 3px 0 18px;
}

.contactArea {
	width: 100%;
	border-collapse: collapse;
}

.contactArea th {
	padding: 12px 0 10px 4px;
	text-align: left;
}

.contactArea td {
	width: 52%;
	padding: 12px 0 10px 4px;
}

.contactArea td input {
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 4px;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
}

.contactWidth1 {
	width: 100%;
}

.contactWidth2 {
	width: 100%;
}

.contactWidth3 {
	width: 100%;
}

.contactArea textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.submitButton {
	width: 250px;
	height: 45px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/arrow_img2.png) no-repeat 45px 12px, url(../images/button_bg.png);
	background-size: 20px 19px, 100% 100%;
	box-shadow: 6px 6px rgba( 234, 234, 234, 0.9);
	position: relative;
	padding: 0 0 0 20px;
	margin: 10px 0 0;
	border: none;
	cursor: pointer;
}

.submitButton img {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
}

.submitButton p {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}

.draftTxtArea1 {
	width: 100%;
}

.draftTxtArea2 {
	width: 100%;
}

.selectBox1 {
	display: inline-block;
}

.selectBoxDesign1 {
	width: auto;
	font-size: 13px;
	background-size: 13px 7px;
	background: url(../images/arrow_img9.png) no-repeat 90% center, url(../images/button_bg.png);
	background-size: 13px 7px, 100% 100%;
	padding: 7px 54px 11px 10px;
}

.mediaList li {
	background: url(../images/list_img2.png) no-repeat 0 13px;
	background-size: 8px 8px;
}

.draftList li {
	background: url(../images/list_img2.png) no-repeat 0 15px;
	background-size: 8px 8px;
}

}

#uploadfiled
{
	width:100%
}

@media print {

}
