﻿/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.main-wrapper-mobile {
margin-right:auto;margin-left:auto;max-width:400px;}

html { 


}

body {
    	
}
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;
}


.main-wrapper .footer {text-align:center;line-height:20px;margin-top:40px;font-family: Arial
}

.contact {
text-align:center;line-height:30px;font-size:20px;margin-top:30px;font-family: Arial}

.form {
    margin-right:300px;
}

    .form input[type=text] {
width:350px;
display: inline-block;
border: 1px solid #ccc;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;margin-top:5px;margin-bottom:5px;
padding:10px;
    }

.form input[type=submit] {
font-family: inherit;
font-size: 100%;
color: rgba(0,0,0,.8);
border: 1px solid #999;
border: 0 rgba(0,0,0,0);
background-color: #000000;
text-decoration: none;
border-radius: 2px;
color: #fff;padding:10px;
}

    .form textarea {
            padding: .5em .6em;width:350px;
display: inline-block;
border: 1px solid #ccc;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;margin-top:5px;margin-bottom:5px;padding:10px;
    }

    
    .form input[type=file] {
    padding: .5em .6em;width:350px;
display: inline-block;
border: 1px solid #ccc;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;margin-top:5px;margin-bottom:5px;
    }

.w-frame {
width:100%;margin-right:20px;margin-top:20px;
}


.contactForm{background-color:#f6fcd0; border:solid 1px #c5cd9d;}


.complaintForms h3{font-size:18px;background-color:#19234c;padding:6px;color:#ffffff;font-weight:bold;margin-right:50px;margin-left:50px;margin-top:10px;margin-bottom:10px;}
.formSummary {margin-bottom:20px;line-height:24px;}
.formRadioBtn{line-height:24px;padding:10px;margin-right:50px;}
.formField{line-height:44px;height:44px;font-size:18px;}
.formTextbox{margin-left:10px; margin-right:10px;}
.formChkBox{line-height:24px;padding:10px;margin-right:50px;}


.magazine_list {
    background-color:#ffffff;
  margin: 15px;
  padding: 15px;
  border: solid 1px #d4d4d4;
  text-align: center;
  
  }

.magazine_list h4 {
  padding: 10px;
}

a {
  color: #000000;
  text-decoration: none;
}

.global p {
  padding-top: 5px;
  line-height: 20px;
}
p {
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}

.magazine_list .ic {
  display: inline-block;
  padding:10px;
}

.logo {
text-align:center;}

.logo img {
margin:15px;width:150px;}



.sendBtn {
  background: #474747;
  background-image: -webkit-linear-gradient(top, #474747, #000000);
  background-image: -moz-linear-gradient(top, #474747, #000000);
  background-image: -ms-linear-gradient(top, #474747, #000000);
  background-image: -o-linear-gradient(top, #474747, #000000);
  background-image: linear-gradient(to bottom, #474747, #000000);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px;
  text-decoration: none;
}

.sendBtn:hover {
  background: #383838;
  background-image: -webkit-linear-gradient(top, #383838, #383838);
  background-image: -moz-linear-gradient(top, #383838, #383838);
  background-image: -ms-linear-gradient(top, #383838, #383838);
  background-image: -o-linear-gradient(top, #383838, #383838);
  background-image: linear-gradient(to bottom, #383838, #383838);
  text-decoration: none;
}

.menu {
    background-position: center center;
    width: 313px;
    height: 52px;
    background-image: url('../images/mobile_ribbon.png');
    background-repeat: no-repeat;
    text-align:center;margin-right:auto;margin-left:auto;margin-bottom:20px;
}

    .menu img {
    margin-top:18px;margin-left:5px;margin-right:5px;}

.content img {
width:100%;}




@media (min-width: 767px) {
 
    .magazine_list img{height:463px;}


}



@media (min-width: 1024px) {
 
    .magazine_list img{height:326px;}


}










